mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
17 lines
597 B
HTML
17 lines
597 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>ascribe</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<!--[if lt IE 8]>
|
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
|
<![endif]-->
|
|
<div id="main"></div>
|
|
<script src="build/app.js"></script>
|
|
</body>
|
|
</html>
|