Start adding acs workflows talk.

This commit is contained in:
2023-07-30 19:58:49 +12:00
parent a8862c3728
commit 0ff634745e
8 changed files with 599 additions and 1 deletions

View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta charset="utf-8">
<meta content="width=device-width" name="viewport">
<link href="style.css" rel="stylesheet">
<title>Guestbook - v2</title>
</head>
<body>
<div id="header">
<h1>Guestbook - v2</h1>
</div>
<div id="guestbook-entries">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<p>Waiting for database connection... <i class='em em-boat'></i></p>
</div>
<div>
<form id="guestbook-form">
<input autocomplete="off" id="guestbook-entry-content" type="text">
<a href="#" id="guestbook-submit">Submit</a>
</form>
</div>
<div>
<p><h2 id="guestbook-host-address"></h2></p>
<p><a href="env">/env</a>
<a href="info">/info</a></p>
</div>
<script src="jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>