summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-11-27 16:12:57 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-11-27 16:12:57 -0600
commit7ef4bf603a1fe7a1c412780aa50dea8cf869c2a3 (patch)
tree9880e87c0c11384c6e04b1998e19d15dbf5d8a71 /index.html
parent191ad1169492e3e187754740b7663997d384f07c (diff)
renamed css file and changed links section to list
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/index.html b/index.html
index 79cba73..67b3ffd 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<html>
<head>
-<link rel="stylesheet" href="app.css"/>
+<link rel="stylesheet" href="style.css"/>
<body>
</head>
@@ -12,11 +12,14 @@
</p>
<h2>Links</h2>
-<p>
- chess.com <a href="https://www.chess.com/member/tinwoodman92">chess.com/member/tinwoodman92</a>
-<br>
- GitHub <a href="https://github.com/TinWoodman92">github.com/TinWoodman92</a>
-</p>
+<ul>
+ <li>
+ chess.com <a href="https://www.chess.com/member/tinwoodman92">chess.com/member/tinwoodman92</a>
+ </li>
+ <li>
+ GitHub <a href="https://github.com/TinWoodman92">github.com/TinWoodman92</a>
+ </li>
+</ul>
</body>
<script src="app.js"></script>
</html> \ No newline at end of file