lemmy-phpbb-sveltejs/public/index.html

24 lines
785 B
HTML
Raw Normal View History

<!DOCTYPE html>
2020-11-19 15:15:42 +00:00
<html dir="ltr" lang="en-gb">
2017-08-06 00:20:53 +00:00
<head>
<meta charset='utf-8'>
2020-11-19 15:15:42 +00:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
2017-08-06 00:20:53 +00:00
<title>Svelte app</title>
2020-11-19 15:15:42 +00:00
<link href="./assets/css/font-awesome.min.css?assets_version=3" rel="stylesheet">
<link href="./styles/prosilver/theme/stylesheet.css?assets_version=3" rel="stylesheet">
<link href="./styles/prosilver/theme/en/stylesheet.css?assets_version=3" rel="stylesheet">
<!--[if lte IE 9]>
<link href="./styles/prosilver/theme/tweaks.css?assets_version=3" rel="stylesheet">
<![endif]-->
2019-07-12 14:38:41 +00:00
2019-11-15 23:26:14 +00:00
<script defer src='/build/bundle.js'></script>
2017-08-06 00:20:53 +00:00
</head>
2020-11-19 15:15:42 +00:00
<body id="phpbb" class="nojs notouch section-viewforum ltr ">
2017-08-06 00:20:53 +00:00
</body>
</html>