|
|
@ -6,17 +6,24 @@ |
|
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible"> |
|
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible"> |
|
|
|
<meta name="viewport" content="width=1200"> |
|
|
|
<meta name="viewport" content="width=1200"> |
|
|
|
<title><%= title %> - <%= syzoj.config.title %></title> |
|
|
|
<title><%= title %> - <%= syzoj.config.title %></title> |
|
|
|
<link href="https://cdnjs.loli.net/ajax/libs/semantic-ui/2.4.1/semantic.min.css" rel="stylesheet"> |
|
|
|
<link href="<%- lib('semantic-ui/2.4.1/semantic.min.css') %>" rel="stylesheet"> |
|
|
|
<link href="/tomorrow.css" rel="stylesheet"> |
|
|
|
<link href="/tomorrow.css" rel="stylesheet"> |
|
|
|
<link href="/mathjax.css?20181105" rel="stylesheet"> |
|
|
|
<link href="/mathjax.css?20181105" rel="stylesheet"> |
|
|
|
<link href="https://cdnjs.loli.net/ajax/libs/KaTeX/0.10.0/katex.min.css" rel="stylesheet"> |
|
|
|
<link href="<%- lib('KaTeX/0.10.0/katex.min.css') %>" rel="stylesheet"> |
|
|
|
<link href="https://cdnjs.loli.net/ajax/libs/morris.js/0.5.1/morris.css" rel="stylesheet"> |
|
|
|
<link href="<%- lib('morris.js/0.5.1/morris.css') %>" rel="stylesheet"> |
|
|
|
<link href="/style.css?20181212" rel="stylesheet"> |
|
|
|
<link href="/style.css?20181212" rel="stylesheet"> |
|
|
|
<link href="https://fonts.loli.net/css?family=Fira+Mono" rel="stylesheet"> |
|
|
|
<% if (!syzoj.config.google_fonts_url) { %> |
|
|
|
<link href="https://fonts.loli.net/css?family=Lato:400,700,400italic,700italic&subset=latin" rel="stylesheet"> |
|
|
|
<link href="<%- syzoj.utils.makeUrl(['google-fonts', 'fira-mono.css']) %>" rel="stylesheet"> |
|
|
|
<link href="https://fonts.loli.net/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext" rel="stylesheet"> |
|
|
|
<link href="<%- syzoj.utils.makeUrl(['google-fonts', 'lato.css']) %>" rel="stylesheet"> |
|
|
|
<link href="https://fonts.loli.net/css?family=Exo+2:600" rel="stylesheet"> |
|
|
|
<link href="<%- syzoj.utils.makeUrl(['google-fonts', 'open-sans.css']) %>" rel="stylesheet"> |
|
|
|
<script src="https://cdnjs.loli.net/ajax/libs/jquery/3.3.1/jquery.min.js"></script> |
|
|
|
<link href="<%- syzoj.utils.makeUrl(['google-fonts', 'exo-2.css']) %>" rel="stylesheet"> |
|
|
|
|
|
|
|
<% } else { %> |
|
|
|
|
|
|
|
<link href="<%- syzoj.config.google_fonts_url %>/css?family=Fira+Mono" rel="stylesheet"> |
|
|
|
|
|
|
|
<link href="<%- syzoj.config.google_fonts_url %>/css?family=Lato:400,700,400italic,700italic&subset=latin" rel="stylesheet"> |
|
|
|
|
|
|
|
<link href="<%- syzoj.config.google_fonts_url %>/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext" rel="stylesheet"> |
|
|
|
|
|
|
|
<link href="<%- syzoj.config.google_fonts_url %>/css?family=Exo+2:600" rel="stylesheet"> |
|
|
|
|
|
|
|
<% } %> |
|
|
|
|
|
|
|
<script src="<%- lib('jquery/3.3.1/jquery.min.js') %>"></script> |
|
|
|
<% if (syzoj.config.google_analytics && syzoj.config.google_analytics !== 'UA-XXXXXXXX-X') { %> |
|
|
|
<% if (syzoj.config.google_analytics && syzoj.config.google_analytics !== 'UA-XXXXXXXX-X') { %> |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
|
|