forked from JethroGibbsN/Explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
22 lines (21 loc) · 758 Bytes
/
index2.html
File metadata and controls
22 lines (21 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" class="no-js loading">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Infinite Circular Gallery | Codrops</title>
<meta name="description" content="An infinite circular gallery using WebGL with OGL and GLSL Shaders." />
<meta name="keywords" content="javascript, webgl, gallery, shaders, glsl, inspiration, web design" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.typekit.net/zvj1jsw.css">
</head>
<body>
<main>
<div class="frame">
<div class="frame__title-wrap">
</div>
</div>
</main>
</body>
</html>