-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (66 loc) · 2.07 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Merriweather">
<link
rel="stylesheet"
href="styles/styles.css">
<!--Jquery-->
<!-- <script src="jquery-3.7.1.min.js"></script> -->
<!-- Iconos -->
<script src="https://kit.fontawesome.com/3c9effd9a5.js" crossorigin="anonymous"></script>
<!-- Javascript -->
<script src="index.js"></script>
<script>
showPosts();
</script>
</head>
<body>
<div class="title" ><a href="./index.html">Integram</a></div>
<div class="center">
<img class="img01" src="https://hackmd.io/_uploads/SJTayKuyA.png">
</div>
<nav class="nav_00">
<button type="button" id="btn_00" onclick="fetchReset()">
RESET
</button>
<button type="button" id="btn_00" onclick="fetchPopulate()">
Populate
</button>
<!-- <button onclick="showPosts()">Publicate</button> -->
</nav>
<div class="container" id="cont00">
<!--Publicacion esqueleto -->
<!-- <div class="publicaction">
<div class="username">
<img src=>
nicolas
</div>
<div class="center-img"
<img class="img00">
</div>
<div class="content">
</div>
<div class="options">
<input type="text" id="new_name" placeholder="comment"/>
<button onclick="postComment()">Send</button>
</div>
<div class="comments">
<div class="userComment">
nicolas
</div>
<div class="comment">
muy bueno
</div>
</div>
</div> -->
<!--End Publicacion esqueleto -->
</div>
</body>
</body>
</html>