Navigation Menu

Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo committed Aug 20, 2018
1 parent 6afed86 commit 89431e9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions resources/themes/bootstrap/index.php
Expand Up @@ -22,12 +22,15 @@
<html>
<head>
<title>DOUBI Soft <?php echo $md_path_all; ?></title>
<link rel="shortcut icon" href="resources/themes/bootstrap/img/folder.png">
<link rel="stylesheet" href="resources/themes/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="resources/themes/bootstrap/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="resources/themes/bootstrap/css/style.css">
<script src="resources/themes/bootstrap/js/jquery.min.js"></script>
<script src="resources/themes/bootstrap/js/bootstrap.min.js"></script>
<link rel="shortcut icon" href="resources/themes/bootstrap/img/folder.png" /> <!-- 网站LOGO -->
<link rel="stylesheet" href="resources/themes/bootstrap/css/bootstrap.min.css" /> <!-- CSS基本库 -->
<link rel="stylesheet" href="resources/themes/bootstrap/css/font-awesome.min.css" /> <!-- 网站图标CSS式样 -->
<link rel="stylesheet" href="resources/themes/bootstrap/css/style.css" /> <!-- 网站主要式样 -->
<link rel="stylesheet" href="resources/themes/bootstrap/css/prism.css" /> <!-- 代码高亮式样 -->
<script src="resources/themes/bootstrap/js/jquery.min.js"></script> <!-- JS基本库 -->
<script src="resources/themes/bootstrap/js/bootstrap.min.js"></script> <!-- JS基本库 -->
<script src="resources/themes/bootstrap/js/prism.js"></script> <!-- 代码高亮JS依赖 -->

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<?php file_exists('analytics.inc') ? include('analytics.inc') : false; ?>
Expand Down

0 comments on commit 89431e9

Please sign in to comment.