Quick-fix for HTML formatting

This commit is contained in:
Mikita Wiśniewski 2022-10-14 11:10:42 +07:00
parent 58329132f7
commit ee99087dcc
4 changed files with 226 additions and 242 deletions

View File

@ -1,14 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Voxelands - About</title>
<title>About - Voxelands</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="body">
<div class="header">
<h1><a href="/">Voxelands</a></h1>
<h2>The Fun-Focused Free Software Voxel World Game</h2>
@ -52,12 +50,10 @@
</div>
</div>
<div class="padding"></div>
</div>
<div class="footer">
<p>Voxelands is Copyright &copy; 2013-2015 Lisa 'darkrose' Milne.</p>
<p>Site content is released under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>, unless otherwise noted.</p>
</div>
</body>
</html>

View File

@ -1,14 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Voxelands - Downloads</title>
<title>Downloads - Voxelands</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="body">
<div class="header">
<h1><a href="/">Voxelands</a></h1>
<h2>The Fun-Focused Free Software Voxel World Game</h2>
@ -62,12 +60,10 @@
</div>
</div>
<div class="padding"></div>
</div>
<div class="footer">
<p>Voxelands is Copyright &copy; 2013-2015 Lisa 'darkrose' Milne.</p>
<p>Site content is released under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>, unless otherwise noted.</p>
</div>
</body>
</html>

View File

@ -1,14 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Voxelands</title>
<title>Main Page - Voxelands</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="body">
<div class="header">
<h1><a href="/">Voxelands</a></h1>
<h2>The Fun-Focused Free Software Voxel World Game</h2>
@ -71,12 +69,10 @@
</div>
</div>
<div class="padding"></div>
</div>
<div class="footer">
<p>Voxelands is Copyright &copy; 2013-2015 Lisa 'darkrose' Milne.</p>
<p>Site content is released under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>, unless otherwise noted.</p>
</div>
</body>
</html>

View File

@ -6,9 +6,7 @@
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="body">
<div class="header">
<h1><a href="/">Voxelands</a></h1>
<h2>The Fun-Focused Free Software Voxel World Game</h2>
@ -39,12 +37,10 @@
<div class="full"></div>
</div>
<div class="padding"></div>
</div>
<div class="footer">
<p>Voxelands is Copyright &copy; 2013-2015 Lisa 'darkrose' Milne.</p>
<p>Site content is released under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>, unless otherwise noted.</p>
</div>
</body>
</html>