-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 1.54 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div.square {
position: fixed;
left:55%;
border: 3px solid #1d10d9;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta author="neverfriendme" content="author">
<title>Code templates</title>
</head>
<body style="background-color:black;">
<h1 id="text" style="color:white;">Code templates</h1>
<p style="color:white;">What is Code templates? Code templates is a website where you can download templates of code and work on Them!
</p>
<p style="color:white;">Click one of these languages to install templates from!!</p>
<a href="Python.html">
<button type="button" name="Python">Python</button>
</a>
<a href="Javascript.html">
<button type="button" name="js">Javascript</button>
</a>
</a>
<a href="info.html">
<button type="button">Information</button>
</a>
<div class="square" draggable="true"><h1>Contribute? go to: <a href="https://github.com/neverfriendme/Code-templates">Github</a> heres a list that would be great! more languages!,more templates! Well bye!</h1></div>
<style>
.square {
width: 400px;
height: 400px;
background-color: #4396f6;
border-radius: 2%;
display:ruby;
}
</style>
<button onclick="start()" style="background-color:black;">Hello Javascript</button>
<script src="needed/js.js">
</script>
</body>
</html>