Skip to content

Commit dbb2e18

Browse files
authored
Update index.html
1 parent 8f079e4 commit dbb2e18

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

index.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
.footer {
1515
text-align: center;
1616
}
17+
18+
.bottom-bit {
19+
background-color: gray;
20+
}
1721
</style>
1822
</head>
1923

@@ -22,7 +26,52 @@
2226
<h1>Practice Website</h1>
2327
<h2>est. 25/05/2026</h2>
2428
</div>
29+
2530
<p>This is just a practice website, not really used for anything in-specific.</p>
31+
32+
<table>
33+
<tr>
34+
<td>Row 1:</td>
35+
<td>Content!</td>
36+
<td>Also Content!</td>
37+
</tr>
38+
<tr>
39+
<td>Row 2:</td>
40+
<td>More Content!</td>
41+
<td>Content!?</td>
42+
</tr>
43+
<tr>
44+
<td>Row 3:</td>
45+
<td>Nice Content!</td>
46+
<td>Also Content!</td>
47+
</tr>
48+
</table>
49+
50+
<h2>Header 1</h2>
51+
<p>There isn't really anything under this header.</p>
52+
<p>There isn't supposed to be.</p>
53+
54+
<h2>Header 2</h2>
55+
<p>I'll mix things up and add a sub-header, eh?</p>
56+
<h3>Header 2.1</h3>
57+
<p>Most unexpected.</p>
58+
<p>It could also be interesting to add some text here too, and maybe a <br> break in the text?</p>
59+
60+
<h2>Header 3</h2>
61+
<p>And now its time for a list, mix things up a bit. And maybe another <br> random break!</p>
62+
<li>
63+
<ul>Item 1</ul>
64+
<ul>Item 2</ul>
65+
<ul>Item 3</ul>
66+
<ul>Item <del>5</del> <ins>4</ins></ul>
67+
<ul>Item 6</ul>
68+
<ul>You think I'm stupid? I'll never add the 7! <b>NEVER!!!</b></ul>
69+
</li>
70+
71+
<h2>Header 4</h2>
72+
<p>That should be enough useless content to fill the page, how does it look?</p>
73+
<p><code><!-- Maybe this random line of code would improve it --></code></p>
74+
2675
<div class="bottom-bit">
2776
<p class="footer">Copyright <i>Axos Union</i>, all rights reserved.</p>
2877
<p class="footer">Not a Minecraft site, nor are we assosiated with Mojang or Microsoft.</p>

0 commit comments

Comments
 (0)