express: center things
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
771e5a188d
commit
7116cc9eb1
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue