summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-12-23 23:26:23 -0800
committerJakub Kicinski <kuba@kernel.org>2023-12-23 23:58:10 -0800
commitad274346a8eea579676b4b9bc42899ca90fe4fae (patch)
tree0da2aa533b831ef7ea1dec8e67af52d0339f2f2f
parent85db651cbdaa46a5547f7d85ccc2e191508a943a (diff)
downloadmisc-ad274346a8eea579676b4b9bc42899ca90fe4fae.tar.gz
web: net-next is closed (winter break)
Close net-next until Jan. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--net-next.html29
1 files changed, 24 insertions, 5 deletions
diff --git a/net-next.html b/net-next.html
index 2a824bb..0fc8b97 100644
--- a/net-next.html
+++ b/net-next.html
@@ -1,14 +1,33 @@
<html>
<head>
-<title>net-next is OPEN</title>
-<link rel="shortcut icon" href="/favicon-open.png" type="image/png" />
+<title>net-next is CLOSED</title>
+<link rel="shortcut icon" href="/favicon-closed.png" type="image/png" />
+
+<style>
+ div {
+ margin: auto;
+ width: 770px;
+ }
+ p {
+ text-align: center;
+ font: 2em Palatino, serif;
+ font-style: italic;
+ color: #ddd;
+ }
+ body {
+ background-color: #303037;
+ }
+</style>
</head>
<body>
-<bold>
-<img src="open.jpg" alt="net-next is OPEN">
-</bold>
+ <bold>
+ <div>
+ <img src="xmas-closed.png" alt="net-next is CLOSED">
+ <p>(reopens January 2nd)</p>
+ </div>
+ </bold>
</body>
</html>