From e8d1cc816d0ffd04df1abcb03619580bdd5d8cc7 Mon Sep 17 00:00:00 2001
From: Chris Xiong <chirs241097@gmail.com>
Date: Tue, 1 Oct 2024 02:15:26 -0400
Subject: add pages for ... things.

---
 ballance/levels/index.html | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

(limited to 'ballance/levels/index.html')

diff --git a/ballance/levels/index.html b/ballance/levels/index.html
index e69de29..c6679c7 100644
--- a/ballance/levels/index.html
+++ b/ballance/levels/index.html
@@ -0,0 +1,40 @@
+<html>
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width">
+<meta name="theme-color" content="#000000">
+<title>Chrisoft::Ballance | Custom Levels</title>
+<link rel="stylesheet" type="text/css" href="/common.css">
+<link rel="stylesheet" type="text/css" href="/theme0a.css" id="theme0a">
+<link rel="stylesheet" type="text/css" href="/theme0b.css" id="theme0b">
+<link rel="stylesheet" type="text/css" href="/theme1a.css" id="theme1a">
+<link rel="stylesheet" type="text/css" href="/theme1b.css" id="theme1b">
+<link rel="stylesheet" type="text/css" href="/theme2a.css" id="theme2a">
+<link rel="stylesheet" type="text/css" href="/theme2b.css" id="theme2b">
+<link rel="stylesheet" type="text/css" href="/theme3a.css" id="theme3a">
+<link rel="stylesheet" type="text/css" href="/theme3b.css" id="theme3b">
+<script type="text/javascript" src="/themer.js"></script>
+<style>
+h1, h2 {font-weight: normal;}
+@media (min-width:1000px)
+{
+body { max-width: 960px; margin: 0 auto; }
+}
+</style>
+</head>
+<body onload="loadTheme();" class="TText">
+<h1><a href="/">Chrisoft</a>::Ballance::Custom Levels</h1>
+
+These are the custom levels for the video game "Ballance" made by me. They are weird. Give them a try!
+
+以下是我制作的Ballance自制关卡。它们都挺怪的。要不要玩玩试试?
+
+<table>
+<tr>
+<td style="width:50%"><a href="/ballance/levels/lucid/"><img style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/lucid_small.png"></a></td>
+<td style="width:50%"><a href="/ballance/levels/landfill/"><img style="max-width:100%;height:auto;" src="//filestorage.chrisoft.org/ballance/img/landfill_l_r0_es_small.png"></a></td>
+</tr>
+</table>
+
+</body>
+</html>
-- 
cgit v1.2.3