blob: eee4d7ba705bdc81ffbfb78d1f8ca0e514b6816f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<html>
<head>
<title>rain</title>
<link rel="stylesheet" type="text/css" href="app.css">
</head>
<body>
<div id="info"></div>
<script type="text/javascript" src="app.min.js"></script>
</body>
</html>
|