SocialDragon/socialdragon/templates/header.html

17 lines
634 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .title }}</title>
<!-- Styles -->
<link rel="stylesheet" href="/static/css/vendor/material.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="/static/css/app.css">
<!-- Scripts -->
<script src="/static/js/vendor/material.min.js"></script>
</head>