-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (38 loc) · 1.31 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>NepalIpsum</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=devanagari" rel="stylesheet">
<!-- <link rel="stylesheet" href="css/toast.css"> -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header class="header">
नेपाली इप्सम
</header>
<div class="container">
<section class="ipsum-title">
<h1 class="ipsum-heading">
</h1>
<h2 class="ipsum-sub-heading">
</h2>
</section>
<section class="ipsum-content">
</section>
</div>
<footer>
Made with <span class="icon-heart"></span> by Dinesh Khadka
<br> MIT Licence
</footer>
<!-- <div id="here"></div> -->
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> -->
<script>
window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')
</script>
<script src="js/main.js"></script>
</body>
</html>