2019-10-29 15:33:36 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2019-11-25 22:12:53 +08:00
|
|
|
<link rel="stylesheet" href="./umi.css?v={{$verison}}">
|
|
|
|
<link rel="stylesheet" href="./custom.css?v={{$verison}}">
|
2019-10-29 15:33:36 +08:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
|
|
|
|
<title>{{$title}}</title>
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700">
|
|
|
|
<script>window.routerBase = "/";</script>
|
|
|
|
<script>
|
|
|
|
window.v2board = {
|
2019-11-18 19:35:13 +08:00
|
|
|
title: '{{$title}}',
|
2019-11-29 02:47:46 +08:00
|
|
|
theme: '{{$theme}}'
|
2019-10-29 15:33:36 +08:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2019-11-25 22:12:53 +08:00
|
|
|
<script src="./umi.js?v={{$verison}}"></script>
|
2019-10-29 15:33:36 +08:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|