-
Notifications
You must be signed in to change notification settings - Fork 330
/
Copy pathheader.php
13 lines (12 loc) · 840 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!--<script src="/assets/js/axios.min.js"></script>
<script src="/assets/js/vue.global.js"></script>
<link rel="stylesheet" href="/assets/css/index.css">
<script src="https://unpkg.com/element-plus"></script>
<script src="//unpkg.com/@element-plus/icons-vue"></script>-->
<script src="https://cdn.bootcdn.net/ajax/libs/axios/1.5.0/axios.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/vue/3.3.4/vue.global.min.js"></script>
<link href="https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.12/index.min.css" rel="stylesheet">
<script src="https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.12/index.full.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/element-plus-icons-vue/2.1.0/global.iife.min.js"></script>