mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-21 05:11:17 +00:00
13 lines
523 B
HTML
13 lines
523 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en"><head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>{{.Title}}</title>
|
||
|
<link rel="shortcut icon" href="//www.opencensus.io/favicon.ico"/>
|
||
|
<link rel="stylesheet" href="public/opencensus.css"/>
|
||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||
|
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
|
||
|
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>{{.Title}}</h1>
|