-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path203.html
More file actions
38 lines (33 loc) · 1.12 KB
/
Copy path203.html
File metadata and controls
38 lines (33 loc) · 1.12 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>ULAB 203 by Masum Hasan</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="ULAB 203">
<meta name="keywords" content="masumhasan">
<link rel="stylesheet" href="https://fontsbangla.github.io/styles/bootstrap.min.css">
<link rel="stylesheet" href="https://fontsbangla.github.io/styles/style.css">
</head>
<body>
<div id="world"></div>
<div class="container">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-12 col-sm-offset-0">
<div class="content">
<a class="logo" href="">
</a>
<h1>ULAB 203 Rocks</h1>
<h2></h2>
<a class="btn" href="">
Join the best
</a>
</div>
</div>
</div>
</div>
<script src='https://fontsbangla.github.io/scripts/three.min.js'></script>
<script src="https://fontsbangla.github.io/scripts/index.js"></script>
</body>
</html>