mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-29 02:41:19 -05:00
19 lines
299 B
HTML
19 lines
299 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>docReady</title>
|
|
|
|
<style>body { font-family: sans-serif; }</style>
|
|
|
|
<script data-main="require-js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.5/require.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1>docReady</h1>
|
|
|
|
</body>
|
|
</html>
|