forked from CodeNextPaco/CodeNextPaco.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="styles/main-style.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<h1>Web Dev 2 projects and starters</h1>
</header>
<div class="container" >
<div>
<h2>Example projects</h2>
<p><a href="https://codenextpaco.github.io/linktree.html">Linktree example</a></p>
<p><a href="https://codenextpaco.github.io/carousel.html">Slideshow Carousel</a></p>
<p><a href="https://codenextpaco.github.io/media.html">Media API example</a></p>
<p><a href="https://codenextpaco.github.io/chatapp.html">Chatzapp - DB example</a></p>
</div>
</div>
</body>
</html>