diff options
author | arf20 <aruizfernandez05@gmail.com> | 2025-02-08 18:15:32 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2025-02-08 18:15:32 +0100 |
commit | 9b23b515e13283394dff5e06c72623bf95d53c39 (patch) | |
tree | ba62114fe7b2a717744fd0a73c910d7e5b225e74 /projects/index.html | |
parent | ebd165845def40ecc6db9aa8a0eacbfc9a643d2d (diff) | |
download | arfnet2-web-9b23b515e13283394dff5e06c72623bf95d53c39.tar.gz arfnet2-web-9b23b515e13283394dff5e06c72623bf95d53c39.zip |
clean styling a bit
Diffstat (limited to 'projects/index.html')
-rw-r--r-- | projects/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..bd4ade1 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="stylesheet" type="text/css" href="/about.css">
+ <title>ARFNET</title>
+ </head>
+
+ <body>
+ <header><a href="/">
+ <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <h2 class="center">Projects</h2>
+ <div class="div">
+
+ </div>
+ </body>
+</html>
|