static-hoster/dev/docker/images/production/html/index.html

23 lines
760 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>
<p>Now upload some files to <i>Route</i> with a HTTP push request.</p>
</div>
<img id="gopherImg" src="gopherPride.png" alt="A Golang gopher with a pride shirt">
</div>
<div class="bottomBox"></div>
</body>
</html>