mirror of https://github.com/nealey/vail.git
11 lines
174 B
HTML
11 lines
174 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Vail</title>
|
||
|
<script src="vail.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Vail</h1>
|
||
|
<div id="output"></div>
|
||
|
</body>
|
||
|
</html>
|