17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
|
|
---
|
||
|
|
import '/src/assets/css/main.scss';
|
||
|
|
---
|
||
|
|
|
||
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
|
|
<link rel="icon" href="/favicon.ico" />
|
||
|
|
<title>Astro Pokemon</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<slot />
|
||
|
|
</body>
|
||
|
|
</html>
|