Skip to content

Commit

Permalink
feat(server): add beer css template
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 27, 2024
1 parent 89ad7e1 commit a25ce31
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions simple-server/template-beer-css.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>beer css template</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>

<body>
<main>
{{ content }}
</main>
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script>

<script type="module"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js"></script>
</body>

</html>

0 comments on commit a25ce31

Please sign in to comment.