-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (29 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Yii & Elephant</title>
<link href="app.css" rel="stylesheet">
</head>
<body>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon" style="background-color: #333;">
<a href="https://github.com/paper-cube/paper-cube.github.io">on GitHub</a>
</div>
</div>
<div id="world"></div>
<div id="instructions">
Press and drag to make breath of fresh air<br/>
<span class="lightInstructions">the elePHPant will surely appreciate</span><br/>
</div>
<div id="gratitude">
<span class="footer">for <a href="http://yiiframework.ru">Yii</a> community with</span> <span
class="heart">♥</span><br>
<small>Thousands gratefully <a href="http://codepen.io/Yakudoo/" target="_blank">Karim Maaloul</a></small>
<br>
<small>"Bubbles! Bubbles! Bubbles! <a href="yii.html">My bubbles.</a>"</small>
</div>
<script src="vendors.js"></script>
<script src="app.js"></script>
</body>
</html>