mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
175 B
HTML
13 lines
175 B
HTML
|
11 months ago
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<title>Default</title>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<div class="header flex"></div>
|
||
|
|
<slot></slot>
|
||
|
|
</div>
|
||
|
|
<script>
|
||
|
|
console.log('default')
|
||
|
|
</script>
|