Files
sprpcb/html/index.html
2026-03-16 12:08:04 -04:00

24 lines
714 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title">
Hello from the Arches via Docker NGINX Server
</h1>
<p class="subtitle" id="main-subtitle">
</p>
</div>
</section>
<script>
document.getElementById('main-subtitle').innerHTML = 'From ' + location.href + '!';
</script>
</body>
</html>