-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.3 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>
<html>
<head>
<title>Learn OLL and PLL</title>
<meta charset="utf-8">
<!-- build:remove:build,dev,heroku -->
<link rel="stylesheet" type="text/css" href="css/home.css">
<!-- /build -->
<!-- build:css:dev,heroku css/pretty.css --><!-- /build -->
<!-- Dependencies -->
<!-- build:[src]:dev,build,heroku scripts/ -->
<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="node_modules/angular/angular.min.js"></script>
<!-- /build -->
<!-- My scripts!! -->
<!-- <script type="text/javascript" src= "app/mine.js"></script> -->
</head>
<body>
<div id="buttonContainer">
Practice:
<div class="button">
<!-- build:remove:heroku -->
<a href="http://0.0.0.0:3000/pages/oll.html">OLL</a>
<!-- /build -->
<!-- build:template:heroku
<a href="http://pllandoll.herokuapp.com/pages/oll.html">OLL</a>
/build -->
</div>
<div class="button">
<!-- build:remove:heroku -->
<a href="http://0.0.0.0:3000/pages/pll.html">PLL</a>
<!-- /build -->
<!-- build:template:heroku
<a href="http://pllandoll.herokuapp.com/pages/pll.html">PLL</a>
/build -->
</div>
</div>
</body>
</html>