Ryujinx-Website/index.html

22 lines
940 B
HTML
Raw Normal View History

2018-05-22 16:41:37 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2018-05-25 03:03:41 +00:00
<title>Ryujinx - Switch Emulator</title>
2018-05-22 16:41:37 +00:00
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" crossorigin="anonymous">
<link rel="icon" type="image/png" href="static/favicon.png">
2018-05-25 03:03:41 +00:00
<meta property="og:title" content="Ryujinx - Switch Emulator">
2018-05-22 16:41:37 +00:00
<meta property="og:type" content="website">
<meta property="og:description" content="A simple, experimental Nintendo Switch emulator.">
<meta property="og:image" content="https://ryujinx.org/static/favicon.png">
<meta property="og:image:secure_url" content="https://ryujinx.org/static/favicon.png">
2018-05-22 16:41:37 +00:00
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>