-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.91 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
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head style="background-color:rgb(131, 142, 210)">
<style>
h1 {text-align:"center";font-size:"40px"}
h2 {text-align:"center";font-size:"30px"}
h3 {text-align:"left";font-size:"22px"}
h4 {font-size:"10px"}
p {text-align:"left";font-size:"15px"}
</style>
<a href="https://t-perm777.github.io/everything-cubes/tutorials/">
<button>Tutorials</button>
</a>
<a href="https://t-perm777.github.io/everything-cubes/history/">
<button>History</button>
</a>
<a href="https://t-perm777.github.io/everything-cubes/buyers-guide/">
<button>Buyer's Guide</button>
</a>
<a href="https://t-perm777.github.io/everything-cubes/links-to-helpful-resources/">
<button>Links to Helpful Resources</button>
</a>
<a href="https://t-perm777.github.io/everything-cubes/world-records/">
<button>World Records</button>
</a>
<h1>Everything Cubes</h1>
</head>
<body style="background-color:rgb(131, 142, 210)">
<h2>Welcome to Everything Cubes! On this site, you will find:</h2>
<ul>
<h3><li>Tutorials</li></h3>
<h3><li>History</li></h3>
<h3><li>Buyer's Guide</li></h3>
<h3><li>Links to Helpful Resources</li></h3>
<h3><li>World Records and World Record History</li></h3>
</ul>
<p>Hope you have fun and learn something!</p>
<p>Want to see more things I've done? Head to <a href="https://t-perm777.github.io/my-website/">this website</a> to see my other works!</p>
<h4>This website was coded by me in HTML using VSCode. Everything you see here is from publicly available free sources. Hosted using GitHub Pages. No Copyright.</h4>
</body>
</html>