-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpartner.html
More file actions
20 lines (20 loc) · 822 Bytes
/
partner.html
File metadata and controls
20 lines (20 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Animarathon: Northwest Ohio Anime Convention at BGSU</title>
<meta name="description" content="Animarathon is a family friendly celebration of Anime, Japanese Media, and Nerd Culture at Bowling Green State University.">
<meta name="author" content="Anime In Northwest Ohio">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#e56372">
<link rel="stylesheet" href="./css/animarathon.css">
<link type="text/plain" rel="author" href="./humans.txt">
<link rel="icon" type="image/png" href="./media/images/favicon.png">
<link rel="canonical" href="https://animarathon.com/">
</head>
<body>
<script>
window.location.replace("https://animarathon.com");
</script>
</body>
</html>