-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.html
37 lines (27 loc) · 1.05 KB
/
second.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog Page</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script>
<style>
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<div id="bloggit-preloader">
</div>
<section id="bloggit-header">
</section>
<section id="bloggit-container">
</section>
<section id="bloggit-comment-container">
</section>
<section id="bloggit-comment-rf"></section>
<script src="C:\Users\Craennie\Desktop\Blog-API\api_v2\JavaScript\FetchData\.js" defer></script>
</body>
</html>