-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.12 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<title>Forwarder Factory</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Forwarder Factory is your one stop shop for Wii content.">
<meta name="author" content="Forwarder Factory">
<meta name="theme-color" content="#00a8ff">
<meta name="keywords" content="Wii, Wii U, Forwarder Factory, Modding, Software, Development, Nintendo, Hacking, Download">
<meta property="og:title" content="Forwarder Factory">
<meta property="og:description" content="Forwarder Factory is your one stop shop for Wii content.">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="forwarderfactory.com">
<meta property="og:url" content="forwarderfactory.com">
<link href="css/ff.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="img/favicon.svg">
<script src="js/ff.js"></script>
</head>
<body></body>
</html>