static-hoster/src/static/index.html

29 lines
956 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Static Hoster</title>
</head>
<body>
<div class="topBox">
<div class="topText">
<div class="heading">
<h1>You are ready to</h1>
<img src="Go-Logo_Aqua.svg" alt="The Golang logo">
</div>
<div class="subtext">
<p>Now upload some files to</p>
<pre id="siteURL">Site</pre>
<p>with a HTTP push request.</p>
<p>Click on the link to copy.</p>
</div>
</div>
<img id="gopherImg" src="gopherPride.png" alt="A Golang gopher with a pride shirt">
</div>
<div class="bottomBox"></div>
</body>
<script src="setURL.js"></script>
</html>