-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnext.html
More file actions
46 lines (43 loc) · 1.39 KB
/
next.html
File metadata and controls
46 lines (43 loc) · 1.39 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
46
<!DOCTYPE html>
<html>
<head>
<style>
#colorkeyword{
background-color: green;
padding: 10px;
}
</style>
<style>
#colorkeyword2{
background-color: black;
padding: 10px;
p{color:white}
h1{color:white}
h2{color:blue}
}
</style>
<title>next</title>
</head>
<body>
<div id="colorkeyword">
<a href = "index.html" style = "color: red">
<button>home</button></a>
<h1>
welldone
</h1>
</div>
<div id="colorkeyword2">
<p>
sensational work coder the reward is simple and fun put it in codeverter and play all you like just download the zip file
<p>
<a href = "acargame.zip" style = "color: red">
<button>download now</button></a>
<h2>
nitro racing
</h2>
<a href = "Nitro Racing.zip" style = "color: red">
<button>download now</button></a>
<p>remember all of this<br>i coded this website without dev tools or any other tools all i used was text,files,the chrome browser and a online html editor called codeverter,the rest was just knowledge and the code to this website is in my notepad you can see the source code by using dev tools(ctrl+shift+i) or inspect(ctrl+u)so dont give up-Luke</p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</body>
</html>