-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
28 lines (27 loc) · 952 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Ebishu's Sparebeat Page</title>
<link rel="stylesheet" href="contact.css" />
<link rel="stylesheet" href="body.css" />
</head>
<body>
<div id="wrap">
<script src="js/header.js"></script>
<div class="main">
不具合・ご要望等がありましたらご連絡下さい。
<ul>
<li>
Twitter: <a href="https://twitter.com/Ebishu_" target="_blank" rel="noopener noreferrer">@Ebishu_</a>
</li>
<li>
Discord: <a href="https://discord.gg/gAXJRpN"target="_blank" rel="noopener noreferrer">Sparebeat交流鯖(Ebishuという名前です)</a>
</li>
</ul>
</div>
<div class="footer">
</div>
</div>
</body>
</html>