-
Notifications
You must be signed in to change notification settings - Fork 0
/
Javascript.html
35 lines (35 loc) · 1.2 KB
/
Javascript.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.Show {
position:fixed;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta author="neverfriendme" content="author">
<title>Javascript templates</title>
</head>
<body style="background-color: black;">
<h1 style="color:white;" id="JS">Javascript templates</h1>
<a href="index.html">
<button>Return</button>
</a>
<a href="Files/Basic prompt calculator.js">Basic prompt calculator.js</a>
<a href="Files/template.js">template.js</a>
<a href="Files/time.js">time.js</a>
<a onclick="Calculator()" style="color:blue;">Try basic prompt calculator.js</a>
<a onclick="template()" style="color: blue;">Try template.js</a>
<a onclick="time()" style="color: blue;">Try time.js</a>
<div class="Show"><span lang="en" style="color:white;background-color: blue;">I haven't found a way to download javascript files yet.</span></div>
<style>
.Show {
padding-bottom: 200%;
padding-right: 50%;
}
</style>
<script src="needed/num1.js">
</script>
</body>
</html>