|
@@ -0,0 +1,28 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, initial-scale=1.0, width=device-width" />
|
|
|
+ <meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
|
|
|
+ <title>GFMES</title>
|
|
|
+ <style type="text/css">
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <p style="font-size: 70px;text-align: center;">Hello World.</p>
|
|
|
+ <h2 style="text-align: center;">GFMES</h2>
|
|
|
+</body>
|
|
|
+<style type="text/css">
|
|
|
+ .red{
|
|
|
+ color: #900;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+<script src="./js/vue.js"></script>
|
|
|
+<script src="./js/element-ui.js"></script>
|
|
|
+<script src="./js/axios.min.js"></script>
|
|
|
+<script type="text/javascript">
|
|
|
+</script>
|
|
|
+
|
|
|
+</html>
|