forked from gvbvdxxalt2/GvbvdxxScriptMaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTMLLearners.html
More file actions
45 lines (40 loc) · 1.75 KB
/
Copy pathHTMLLearners.html
File metadata and controls
45 lines (40 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<title>JavaScriptForge HTML Setup - BlockForge</title>
<link id="favicon" rel="shortcut icon" type="image/png" href="Icon/Gvbvdxx.png" />
<body style="background-color:#949494; font-family:Arial;" id="HTML">
<center>
<!--Links-->
<div id="Links" name="Links" style="font-famliy:Arial;">
<a style="color: #ccb3ff; text-shadow: 2px 2px 2px #9966ff"><b>JavaScriptForge</b></a>
<a style="font-famliy:Arial;">Links:</a>
<a href="/index.html">Home</a>
<a href="Editor/index.html" ">Editor</a>
<a href="Editor/Alt.html">(Alt)</a>
<a style="color: #00ffff">Set Up HTML</a>
<a href="../Students.html" ">For Students</a>
</div>
<h1 style="font-size: 30px; height: 60px; width: 700px; font-family:Arial;">For HTML Starters</h1>
<p style="font-size:20px;">
Make A New Html File And Put It In A Folder, Then <a href="extract.zip" download="js.zip">Download This File</a> And Exract These And Add The Files
<br>
<br>
Now We Have Added Them, Let's Add This To Your Html File:
<br>
<br>
<textarea type="text" style="height: 300px; width: 500px; border:1; resize: none;" id="code" cols="infinity" rows="infinity">
<!--Load The JS Files-->
<script src="js/MIDI.js"></script>
<script src="js/filesaver.js"></script>
<script src="js/key.js"></script></textarea>
<br>
<br>
This will load the js files located in the /js/ directory.
<br>
<br>
Add a <textarea type="text" style="height: 50px; width: 300px; border:1; resize: none;" id="code" cols="infinity" rows="infinity">
<script>
</script></textarea> to it and put in between the script's your code. You're ready.
</p>
</html>
</center>
</body>