This repository was archived by the owner on Aug 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.93 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://my.wulvxinchen.cn/pictures/logo/weblogo.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>随心而遇</title>
<meta name="description" content="出门装备快速整理清单">
<style>
html, body{
height: 100%;
margin: 0;
display: flex;
justify-content: center;
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='70' height='70' patternTransform='scale(2) rotate(10)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0.39)'/><path d='M-4.8 4.44L4 16.59 16.14 7.8M32 30.54l-13.23 7.07 7.06 13.23M-9 38.04l-3.81 14.5 14.5 3.81M65.22 4.44L74 16.59 86.15 7.8M61 38.04l-3.81 14.5 14.5 3.81' stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='hsla(259, 59%, 59%, 0.37)' fill='none'/><path d='M59.71 62.88v3h3M4.84 25.54L2.87 27.8l2.26 1.97m7.65 16.4l-2.21-2.03-2.03 2.21m29.26 7.13l.56 2.95 2.95-.55' stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='hsla(340, 82%, 52%, 0.39)' fill='none'/><path d='M58.98 27.57l-2.35-10.74-10.75 2.36M31.98-4.87l2.74 10.65 10.65-2.73M31.98 65.13l2.74 10.66 10.65-2.74' stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='hsla(199, 98%, 48%, 0.35)' fill='none'/><path d='M8.42 62.57l6.4 2.82 2.82-6.41m33.13-15.24l-4.86-5.03-5.03 4.86m-14-19.64l4.84-5.06-5.06-4.84' stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='hsla(47, 81%, 61%, 0.34)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-200,-154)' fill='url(%23a)'/></svg>")
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>