2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 12:27:13 +08:00
Files
panel/public/index.html
2023-06-22 00:09:56 +08:00

53 lines
2.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
////////////////////////////////////////////////////////////////////
// _ooOoo_ //
// o8888888o //
// 88" . "88 //
// (| ^_^ |) //
// O\ = /O //
// ____/`---'\____ //
// .' \\| |// `. //
// / \\||| : |||// \ //
// / _||||| -:- |||||- \ //
// | | \\\ - /// | | //
// | \_| ''\---/'' | | //
// \ .-\__ `-` ___/-. / //
// ___`. .' /--.--\ `. . ___ //
// ."" '< `.___\_<|>_/___.' >'"". //
// | | : `- \`.;`\ _ /`;.`/ - ` : | | //
// \ \ `-. \_ __\ /__ _/ .-` / / //
// ========`-.____`-.___\_____/___.-`____.-'======== //
// `=---=' //
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
// 佛祖保佑 永无Bug 永不宕机 //
// Name耗子Linux面板 Author耗子 Date2023-06-21 //
////////////////////////////////////////////////////////////////////
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>加载中...</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./res/layui/css/layui.css" rel="stylesheet">
<script src="https://cdnjs.cdn.haozi.net/ace/1.6.1/ace.js"></script>
</head>
<body>
<div id="Panel_app"></div>
<script src="./res/layui/layui.js"></script>
<script>
layui.config({
base: 'res/', // 静态资源所在路径
version: new Date().getTime()
}).use('index', function () {
var layer = layui.layer
var admin = layui.admin
})
</script>
</body>
</html>