summaryrefslogtreecommitdiff
path: root/template/fullscreen_front.st
blob: 2eadf1f600692f1a64ce226616165ebecbce943a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
  <head>
    <title>dump.fm - fullscreen</title>
    <script src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
    <script src="/static/js/pichat.js?v=20260130"></script>
    <script src="/static/js/fullscreen.js"></script>
    <script>
      var LoggedIn = $if(user_nick)$true$else$false$endif$;
      var Timestamp = $timestamp$;
    </script>
    <script type="text/javascript" src="/static/js/pages/fullscreen_front_init.js?v=20260203"></script>
		    <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260131">
    <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129">
  </head>
  <body>
    <script type="text/javascript" src="/static/js/pages/fullscreen_front_run.js?v=20260203"></script>
  </body>
</html>