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

49 lines
2.0 KiB
PHTML

5 years ago
<?php
header("Link: <https://static.netsyms.net/fonts/roboto/Roboto.css>; rel=preload; as=style", false);
header("Link: <https://static.netsyms.net/bootstrap/4/bootstrap.cyborg.min.css>; rel=preload; as=style", false);
header("Link: <https://static.netsyms.net/fonts/special-elite/Special_Elite.css>; rel=preload; as=style", false);
header("Link: <https://static.netsyms.net/fonts/vt323/VT323.css>; rel=preload; as=style", false);
header("Link: </assets/css/extra.css>; rel=preload; as=style", false);
?>
<!DOCTYPE html>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Netsyms Box</title>
<link rel="icon" href="https://static.netsyms.net/images/netsyms/logo-flat-64.png" />
<link rel="stylesheet" href="https://static.netsyms.net/bootstrap/4/bootstrap.cyborg.min.css" />
<link rel="stylesheet" href="https://static.netsyms.net/fonts/special-elite/Special_Elite.css" />
<link rel="stylesheet" href="https://static.netsyms.net/fonts/vt323/VT323.css" />
<link rel="stylesheet" href="/assets/css/extra.css" />
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "https://analytics.netsyms.net/";
_paq.push(['setTrackerUrl', u + 'piwik.php']);
_paq.push(['setSiteId', '23']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript';
g.async = true;
g.defer = true;
g.src = u + 'piwik.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<?php
//include_once __DIR__ . "/bits/navbar.php";
include_once __DIR__ . "/bits/splash.php";
include_once __DIR__ . "/bits/contact.php";
include_once __DIR__ . "/bits/footer.php";
?>
<noscript><p><img src="https://analytics.netsyms.net/piwik.php?idsite=23&amp;rec=1" style="border:0;" alt="" /></p></noscript>