diff --git a/1/index.html b/1/index.html
new file mode 100644
index 0000000..fd8bb56
--- /dev/null
+++ b/1/index.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+

+
Luthics
+
已会:咕咕咕
+
想学:如何混过开学考
+
挑战,无处不在
+
+
+
+
+
+
\ No newline at end of file
diff --git a/1/main.css b/1/main.css
new file mode 100644
index 0000000..3c756f3
--- /dev/null
+++ b/1/main.css
@@ -0,0 +1,43 @@
+body {
+ background: rgb(129, 196, 238);
+ margin: 0;
+}
+
+#card {
+ width: 341px;
+ height: 538px;
+ vertical-align: middle;
+ display: inline-block;
+ background: #ffffff;
+ text-align: center;
+ line-height: 0;
+ border-radius: 2%;
+ box-shadow: 0 0 10px 2px rgb(129 196 245);
+}
+
+#container {
+ position: relative;
+ line-height: 100vh;
+ text-align: center;
+}
+
+#logo {
+ border-radius: 100%;
+ margin: 40px auto 5px auto;
+ width: 50%;
+}
+
+.title {
+ font-family: 'Times New Roman', Times, serif;
+}
+
+.con {
+ margin: 50px auto;
+ font-size: large;
+}
+
+.url {
+ text-decoration: none;
+ margin: 200px auto;
+ color: #c617c3
+}
\ No newline at end of file
diff --git a/1/main.js b/1/main.js
new file mode 100644
index 0000000..d499a4c
--- /dev/null
+++ b/1/main.js
@@ -0,0 +1,19 @@
+tippy('#logo', {
+ content: '来自 Wallpaper Engine',
+ placement: 'right'
+});
+tippy('#title', {
+ content: 'Luthics is Here',
+ placement: 'right',
+ distance: -100
+});
+tippy('#gugugu', {
+ content: '

',
+ placement: 'right',
+ distance: -100
+});
+tippy('#wanna', {
+ content: '

',
+ placement: 'right',
+ distance: -70
+});
\ No newline at end of file
diff --git a/1/zh.html b/1/zh.html
new file mode 100644
index 0000000..16f2724
--- /dev/null
+++ b/1/zh.html
@@ -0,0 +1 @@
+
\ No newline at end of file