fix markup

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-04-03 16:10:49 -07:00
parent ebe357c59e
commit aa6a6753b1
2 changed files with 56 additions and 48 deletions

View File

@ -8,9 +8,11 @@
<link rel="stylesheet" href="css/style.css" type="text/css"> <link rel="stylesheet" href="css/style.css" type="text/css">
</head> </head>
<body> <body>
<header>
<h1>tronnet</h1> <h1>tronnet</h1>
<h2>Affordable custom server solutions.</h2> <h2>Affordable custom server solutions.</h2>
</header>
<main>
<div class = "center-div" style="width: min-content;"> <div class = "center-div" style="width: min-content;">
<h3>Buisness Inqueries</h3> <h3>Buisness Inqueries</h3>
<p> <p>
@ -32,5 +34,7 @@
<div class="btn-group"> <div class="btn-group">
<button onclick="window.location.href='index.html';">Return to Homepage</button> <button onclick="window.location.href='index.html';">Return to Homepage</button>
</div> </div>
</main>
<footer><p>&copy; tronnet</p></footer>
</body> </body>
</html> </html>

View File

@ -8,9 +8,11 @@
<link rel="stylesheet" href="css/style.css" type="text/css"> <link rel="stylesheet" href="css/style.css" type="text/css">
</head> </head>
<body> <body>
<header>
<h1>tronnet</h1> <h1>tronnet</h1>
<h2>Affordable custom server solutions.</h2> <h2>Affordable custom server solutions.</h2>
</header>
<main>
<div class="center-div"> <div class="center-div">
<h3>Cluster Directory</h3> <h3>Cluster Directory</h3>
<div class="btn-group"> <div class="btn-group">
@ -34,5 +36,7 @@
<button onclick="window.location.href='contact.html';">Contact Us</button> <button onclick="window.location.href='contact.html';">Contact Us</button>
</div> </div>
</div> </div>
</main>
<footer><p>&copy; tronnet</p></footer>
</body> </body>
</html> </html>