Commit 7235fd83 authored by EN1AK's avatar EN1AK Committed by GitHub

Add files via upload

parent 3aaf959b
...@@ -4,6 +4,18 @@ ...@@ -4,6 +4,18 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>🎴 游戏王CCB</title> <title>🎴 游戏王CCB</title>
<style> <style>
.github-link {
position: absolute;
top: 10px;
right: 10px;
z-index: 1000;
}
.github-link img {
width: 36px;
height: 36px;
border-radius: 50%;
box-shadow: 0 0 4px rgba(0,0,0,0.3);
.tag { .tag {
display: inline-block; display: inline-block;
padding: 2px 8px; padding: 2px 8px;
...@@ -80,7 +92,11 @@ ...@@ -80,7 +92,11 @@
</head> </head>
<body> <body>
<h1>🎴 游戏王CCB</h1> <h1>🎴 游戏王CCB</h1>
<div class="github-link">
<a href="https://github.com/EN1AK/yugioh-ccb" target="_blank" rel="noopener">
<img src="https://avatars.githubusercontent.com/EN1AK" alt="GitHub">
</a>
</div>
<form method="POST" style="margin-bottom:1em;"> <form method="POST" style="margin-bottom:1em;">
<label>题库: <label>题库:
<select name="mode"> <select name="mode">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment