-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 967 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<title>dibbo news:daily news india news updates</title>
</head>
<body>
<nav>
<h1 style="font-family:monospace;">dibbo news</h1>
</nav>
<div class="popcon">
</div>
</div>
<section class="body" id="container">
<template id="cardtemp">
<article class="card">
<div class="card-img">
<img alt="image" id="cimg">
</div>
<div class="card-body">
<h1 id="ctitle">SOME HEADING</h1>
<p id="csrc">source</p>
<p id="cdesc">some text this is something special not some x y z some dummy text this us dummy dummy clone clone xyz abc</p>
</div>
</article>
</template>
</section>
<footer>
<p>example news app©</p>
</footer>
<!--script-->
<script src="script.js"></script>
</body>
</html>