1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-09 03:56:22 -07:00
gochan/templates/manage_header.html

8 lines
397 B
HTML

<title>Gochan Manage page</title>
<link rel="stylesheet" href="{{.WebRoot}}css/global.css" />
<link id="theme" rel="stylesheet" href="{{.WebRoot}}css/{{.DefaultStyle}}" />
<link rel="shortcut icon" href="{{.WebRoot}}favicon.png" />
<script type="text/javascript" src="{{.WebRoot}}js/consts.js"></script>
<script type="text/javascript" src="{{.WebRoot}}js/gochan.js"></script>
</head>
<body>