forked from spring/spring-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.html
18 lines (15 loc) · 774 Bytes
/
meta.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<link href="/fonts/freesans.css" rel="stylesheet" type="text/css" />
<script src="/fonts/freesans_opera.js" type="text/javascript"></script>
<link href="/styles.css?v=2" rel="stylesheet" type="text/css" />
<script src="/external/lytebox/lytebox.js" type="text/javascript"></script>
<link rel="stylesheet" href="/external/lytebox/lytebox.css" type="text/css" media="screen" />
<link href='/phpbb/styles/spring/theme/header-navbar.css' rel='stylesheet' type='text/css' />
<script type="text/javascript">
// <![CDATA[
// forum stylesheet isn't ready for smallscreen rendering yet
if (document.URL.toLowerCase().search("phpbb") == -1) {
document.write("<meta name='viewport' content='width=device-width, initial-scale=1.0' />");
}
// ]]>
</script>
{META}