express: center things

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-09-15 12:31:26 -04:00
parent 771e5a188d
commit 7116cc9eb1
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -5,6 +5,7 @@
<title>Is this a Critter?</title>
</head>
<body>
<center>
<h1>Is this a Critter?</h1>
<p id="animal-name">what about?:</p>
<button id="isCritterButton">Is Critter</button>
@ -13,6 +14,7 @@
<p>
<button id="startOverButton">Start over</button>
</p>
</center>
<script src="/asset/frontend.js"></script>
</body>