mirror of
https://github.com/cloudreve/Cloudreve.git
synced 2024-04-21 12:31:40 +00:00
15 lines
697 B
HTML
15 lines
697 B
HTML
<html lang="zh-cn" data-ng-app="FileManagerApp">
|
|
<head>
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
|
|
<meta charset="utf-8">
|
|
<title>{block name="title"}{/block}</title>
|
|
<!-- third party -->
|
|
<link rel="stylesheet" href="/static/css/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="/static/css/material.css" />
|
|
<link rel="stylesheet" href="/static/css/animate.css" />
|
|
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
|
|
<!-- /third party -->
|
|
<!-- Comment if you need to use raw source code -->
|
|
<link href="/static/css/toastr.min.css" rel="stylesheet">
|
|
<!-- /Comment if you need to use raw source code -->
|
|
{block name="content"}{/block} |