|
|
@@ -0,0 +1,16 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
+ <title>有思游览器</title>
|
|
|
+ <link rel="stylesheet" href="./public/css/uform.css">
|
|
|
+ <link rel="stylesheet" href="./public/css/browser.css">
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<section class=""></section>
|
|
|
+<script src="./public/js/uform.js"></script>
|
|
|
+<script src="./public/js/browser.js"></script>
|
|
|
+</body>
|
|
|
+</html>
|