20 lines
1.0 KiB
Vue
20 lines
1.0 KiB
Vue
<template>
|
|
<html>
|
|
<body style="min-width: 1000px;">
|
|
<div style="user-select: none; font-size: medium; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; width: 70%; margin: auto;">
|
|
<div style="margin: auto;">
|
|
<a href="https://obsidian.peaceultime.com" style="display: inline-block; ">
|
|
<span style="font-size: 25px; font-weight: bolder;">d[any]</span>
|
|
<img src="cid:logo.obsidian.peaceultime.com" style="width: 64px; height: 64px; display: inline;" alt="Logo" width="64" height="64"/>
|
|
</a>
|
|
</div>
|
|
<div style="width: 70%; padding: 1em 0;">
|
|
<slot />
|
|
</div>
|
|
<footer style="color: #707070; font-style: italic; display: flex; justify-content: center; align-items: center; padding: 1em 0;">
|
|
<p>Copyright Peaceultime - d[any] - 2024</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
</template> |