Recv/public/src/index.html

14 lines
378 B
HTML
Raw Normal View History

2018-03-19 06:48:05 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2018-05-02 09:29:25 +00:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2018-03-19 06:48:05 +00:00
<title>Recv</title>
2018-04-03 21:28:43 +00:00
<link rel="stylesheet" type="text/css" href="/custom.css">
2018-03-19 06:48:05 +00:00
</head>
<body>
<div id="app"></div>
2018-04-03 21:28:43 +00:00
<script type="text/javascript" src="/custom.js"></script>
2018-03-19 06:48:05 +00:00
</body>
</html>