-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Link Tree</title>
<link rel="stylesheet" href="./stylesheets/main.css">
</head>
<body>
<div class="container">
<h1>
Actokuyt's Fullstack-Roadmap Github Pages Link Tree
</h1>
<div class="links">
<a href="./html-css/csfyi/index.html">csfyi</a>
<a href="./html-css/loading-animation/index.html">loading-animation</a>
<a href="./html-css/writings/index.html">writings</a>
<a href="./javascript/calculator-app/index.html">calculator-app</a>
<a href="./javascript/todo-app-v1/index.html">todo-app-v1</a>
<a href="./javascript/social-media-accordion/index.html">social-media-accordion</a>
<a href="./npm/github-profiler/index.html">github-profiler</a>
<a href="./npm/international-clock/index.html">international-clock</a>
<a href="./crud/todo-app-v2/index.html">todo-app-v2</a>
</div>
</div>
</body>
</html>