fix markup
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
ebe357c59e
commit
aa6a6753b1
@ -8,9 +8,11 @@
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>tronnet</h1>
|
||||
<h2>Affordable custom server solutions.</h2>
|
||||
|
||||
</header>
|
||||
<main>
|
||||
<div class = "center-div" style="width: min-content;">
|
||||
<h3>Buisness Inqueries</h3>
|
||||
<p>
|
||||
@ -32,5 +34,7 @@
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='index.html';">Return to Homepage</button>
|
||||
</div>
|
||||
</main>
|
||||
<footer><p>© tronnet</p></footer>
|
||||
</body>
|
||||
</html>
|
@ -8,9 +8,11 @@
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>tronnet</h1>
|
||||
<h2>Affordable custom server solutions.</h2>
|
||||
|
||||
</header>
|
||||
<main>
|
||||
<div class="center-div">
|
||||
<h3>Cluster Directory</h3>
|
||||
<div class="btn-group">
|
||||
@ -34,5 +36,7 @@
|
||||
<button onclick="window.location.href='contact.html';">Contact Us</button>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer><p>© tronnet</p></footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user