Blame view

source/index.html 328 Bytes
31468a37   Yang Xiaoxiao   source
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <! DOCTYPE html>
  <html>
  	<head>
  		<meta charset="utf-8"/>
  		<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
  		<title>边坡</title>
  
  	</head>
  	<!-- <body style="background-color:rgb(1,4,55)"> -->
  	<body>
  		<div id="system" style="width: 100%;height:100%"></div>
  		<script src="./src/bundle.js"></script>
  	</body>
  </html>