You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
697 B
15 lines
697 B
<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} |