-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 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
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ryuguu chan's webGL demo - index</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style/home.css" media="all" />
<link rel="icon" type="image/png" href="img/favicon.png" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<div class="linkSection">
<a href="https://github.com/Ryuguu-Chan": id="firstLink">Github</a>
<a href="https://twitter.com/ChanRyuguu">Twitter</a>
<a href="https://www.youtube.com/channel/UCV2tKTOiWjiU43kcMZsjLRA":>YouTube</a>
</div>
<header>
<h1>Ryuguu Chan's webGL demos</h1>
</header>
<div id="content">
<table>
<tr>
<td>
<a href="pages/2dSquare.html">
<img id="2dSquareDemoIMG" class="demoThumbnail" src="img/demo00Thumb.png" />
</a><br/>
<p class="demoTitle" id="2dSquareDemoTitle">2D Square</p>
</td>
</tr>
</table>
</div>
<footer>
<p>more demos comming soon ;)</p>
</footer>
</body>
</html>