feat: ✨ add base layout
This commit is contained in:
parent
98eb24f9d0
commit
46312cdd1c
1 changed files with 15 additions and 0 deletions
15
src/layouts/base.webc
Normal file
15
src/layouts/base.webc
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Character Ref</title>
|
||||||
|
<link rel="stylesheet" href="../css/base.css" />
|
||||||
|
<link rel="stylesheet" href="../css/fonts.css" />
|
||||||
|
<link rel="stylesheet" href="../css/colors.css" />
|
||||||
|
<link rel="stylesheet" href="../css/style.css" />
|
||||||
|
<link rel="stylesheet" :href="getBundleFileUrl('css')" webc:keep />
|
||||||
|
<script type="module" :src="getBundleFileUrl('js')" webc:keep></script>
|
||||||
|
</head>
|
||||||
|
<body @raw="content"></body>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue