RSVPInterface/RSVPInterface.html

30 lines
678 B
HTML

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="./css/RSVP.css">
<style>
body {
overflow: hidden;
background: radial-gradient(closest-side, #ffffff, #d9d9ea);
font-size: 64px;
}
</style>
</head>
<body>
<div id="sReader_outputTextDiv">
<p id="sReader_outputText"></p>
</div>
<script src="js/RSVP.js"></script>
<script>
debug = false;
function onload()
{
sReader_printString("Loaded.");
}
document.onload = onload();
</script>
</body>
</html>