remove std-text class

This commit is contained in:
2022-12-10 19:19:39 -08:00
parent b36334a90f
commit d291613640
3 changed files with 16 additions and 16 deletions

View File

@@ -7,11 +7,11 @@
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1 class = "std-text">tronnet</h1>
<h2 class = "std-text">Affordable custom server solutions.</h2>
<h1>tronnet</h1>
<h2>Affordable custom server solutions.</h2>
<div class="center-div">
<h3 class = "std-text">Cluster Directory</h3>
<h3>Cluster Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</button>
<button onclick="window.location.href='https://opns.tronnet.net';">DMZ Opnsense</button>
@@ -23,14 +23,14 @@
</div>
<div class="center-div">
<h3 class = "std-text">User Directory</h3>
<h3>User Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
</div>
</div>
<div class="center-div">
<h3 class = "std-text">Information</h3>
<h3>Information</h3>
<div class="btn-group">
<button onclick="window.location.href='contact.html';">Contact Us</button>
</div>