You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/static/index.html

19 lines
749 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<title>Soapbox</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/packs/css/common.css">
<script src="/packs/js/common.js"></script>
<script src="/packs/js/locale_en.chunk.js" data-react-helmet="true"></script>
<script src="/packs/js/application.chunk.js"></script>
4 years ago
<link rel="stylesheet" href="/packs/css/azure.chunk.css" data-react-helmet="true">
</head>
<body class="app-body">
<noscript>To use Soapbox, please enable JavaScript.</noscript>
<div class="app-holder" id="gabsocial"></div>
</body>
</html>