summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-01-31 08:45:31 -0800
committerTrumeet <yuuta@yuuta.moe>2022-01-31 08:45:31 -0800
commit026515055404622df3bfc3d0072648ecc09a043e (patch)
treef158b6dee3802f78267f93edf2abfb59763d9e95
parent8fb7e091e527ca38fa1ec9b49913a94aeb44c1a4 (diff)
downloadwww-026515055404622df3bfc3d0072648ecc09a043e.tar
www-026515055404622df3bfc3d0072648ecc09a043e.tar.gz
www-026515055404622df3bfc3d0072648ecc09a043e.tar.bz2
www-026515055404622df3bfc3d0072648ecc09a043e.zip
Add header banner
-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html
index d7185de..9e6c337 100644
--- a/index.html
+++ b/index.html
@@ -5,8 +5,21 @@
<title>Yuuta Liang's Site</title>
<link rel="stylesheet" href="/milligram.min.css">
<link rel="stylesheet" href="/sidebar.css">
+<style>
+.header {
+ text-align: center;
+ background: #e81c1b;
+ color: white;
+}
+.header h1 {
+ padding: 8px;
+}
+</style>
</head>
<body>
+ <div class="header">
+ <h1>Happy Lunar New Year! 虎年大吉!</h1>
+ </div>
<div class="sidenav">
<p>Home</p>
<p>Sites</p>