blob: 46498efab8c37c06b18939bdf4f147e6ee3f30d7 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Templates</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/1.0.2/css/bulma.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/js/all.min.js"></script>
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title is-1 has-text-centered">Web Templates</h1>
<ul>
<li>
<a href="linktree.html">Link Tree</a>
</li>
<li>
<a href="resume.html">Resume</a>
</li>
<li>
<a href="groq.html">Groq</a>
</li>
</ul>
</body>
</html>
|