-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·24 lines (22 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<title>Rubik's Cube Solutions</title>
<meta name="description" content="">
<link type='text/css' rel='stylesheet' href='styles/styles.css'>
<link type="img/jpg" rel="icon" href="img/rubix_cube.jpg">
</head>
<body>
<h1>Rubik's Cube Solutions</h1>
<h4>By Jude McLaughlin</h4>
<img src="img/rubix_cube.jpg" alt="picture of rubik's cube" width="400">
<ul>
<li><a href="useful-links.html">Useful Links</a></li>
<li><a href="What-is-a-Rubik's-Cube.html">What is a Rubik's Cube</a></li>
<li><a href="Where-Do-Learn.html">Where Do I Learn</a></li>
<li><a href="cube-patterns.html">Cube Patterns</a></li>
</ul>
<h3>How to use this Website</h3>
<p>This website is made for people who need help solving, or just can't even get through a single side.<br>Maybe you just got a cube, and have no idea how to work it, or maybe your stuck on the last algarithem. This site should help you learn<br>about the things your stuck on, and with a little bit of pracice, you'll be a cubing pro!! </p>
</body>
</html>