-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1014 Bytes
/
index.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Valkyrie Entertainment</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Valkyrie Entertainment">
<meta name="keywords" content="valkyrie,entertainment">
<meta name="author" content="Valkyrie Entertainment">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Valkyrie Entertainment">
<meta property="og:description" content="Valkyrie Entertainment">
<meta property="og:url" content="https://valkyrieentertainment.github.io/">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="icon.png">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>