Moved files from private to public repo for first release
This commit is contained in:
13
client/index.html
Normal file
13
client/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>ARVUTUS</title>
|
||||
</head>
|
||||
<body>
|
||||
<input type="button" onClick="start()" id="start" value="START"></input>
|
||||
</body>
|
||||
</html>
|
||||
<script>
|
||||
function start() {
|
||||
window.location = "/choice";
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user