Files
daily_publish/deploy/frontend/index.html
T

30 lines
772 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>日报分发系统</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
content: ['./index.html', './src/**/*.{vue,js}'],
theme: {
extend: {
colors: {
primary: '#3b82f6',
secondary: '#64748b'
}
}
}
}
</script>
<style>
[v-cloak] { display: none; }
</style>
<script type="module" crossorigin src="/assets/index-B2kIc5mE.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cu9PSEpL.css">
</head>
<body class="bg-gray-50">
<div id="app" v-cloak></div>
</body>
</html>