-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.6 KB
/
index.html
File metadata and controls
40 lines (36 loc) · 1.6 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
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>First page | Small description</title>
<!-- Import the Stylizer file -->
<link rel="stylesheet" type="text/css" href="build/stylizer.css">
</head>
<body>
<!-- Your content should be here -->
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="panel">
<div class="panel-header">
<div class="panel-title">
<h1>Hey You !</h1></div>
<hr>
</div>
<div class="panel-body">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p class="text-italic">Happy Coding ...</p>
</div>
<div class="panel-footer">
<hr>
<p>StyliserCSS - 2018</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>