aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-22 19:29:30 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-22 19:29:30 +0200
commit34e6ff358603cbc9c74d616a948f32b93323d304 (patch)
tree4eb715eb70e2f07f34ffb88773a52f6f63f3e375 /index.html
parentAdded css (diff)
downloadjoe-www-34e6ff358603cbc9c74d616a948f32b93323d304.tar.gz
joe-www-34e6ff358603cbc9c74d616a948f32b93323d304.tar.bz2
joe-www-34e6ff358603cbc9c74d616a948f32b93323d304.tar.xz
joe-www-34e6ff358603cbc9c74d616a948f32b93323d304.tar.zst
joe-www-34e6ff358603cbc9c74d616a948f32b93323d304.zip
Style changes
Diffstat (limited to '')
-rw-r--r--index.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/index.html b/index.html
index a870c9e..cd0ddbd 100644
--- a/index.html
+++ b/index.html
@@ -2,43 +2,43 @@
<head>
<title>Joe's own website</title>
<link rel="stylesheet" type="text/css" href="css/site.css">
+ <meta charset="UTF-8">
</head>
<body>
<header>
<h1>Welcome to Joe's dev blog</h1>
- <hr />
</header>
<div>
<table>
- <tr>
- <th>
+ <ul>
+ <li>
<a href="">C</a>
- </th>
- <th>
+ </li>
+ <li>
<a href="">C++</a>
- </th>
- <th>
+ </li>
+ <li>
<a href="">Lisp</a>
- </th>
- <th>
+ </li>
+ <li>
<a href="">Assembly</a>
- </th>
- <th>
+ </li>
+ <li>
<a href="">UNIX</a>
- </th>
- <th>
+ </li>
+ <li>
<a href="">GNU Emacs</a>
- </th>
- <th>
+ </li>
+ <li>
<a href="">My projects</a>
- </th>
- <th>
+ </li>
+ <li>
<a href="">My C/C++ style</a>
- </th>
- <th>
+ </li>
+ <li>
<a href="">Links</a>
- </th>
- </tr>
+ </li>
+ </ul>
</table>
</div>
<p>