-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.33 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.33 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>mathematicalcoder</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body><!--
<nav class="navbar navbar-expand-sm navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="">mathematicalcoder</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="math">Mathematics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="programming">Programming</a>
</li>
<li class="nav-item">
<a class="nav-link" href="puzzles">Puzzles</a>
</li>
</ul>
</div>
</nav>-->
<h1>mathematicalcoder</h1>
<p>Hi :) I am <a href="https://github.com/mathematicalcoder">Kaiser Travis Chan</a>. This is my main website; it is still under construction.</p>
</body>
</html>