no message
parent
9552265d91
commit
39619d6524
|
@ -2,6 +2,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<title>crystal blue</title>
|
||||
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
<link href="/api/App/Views/blog/css/left.css" rel="stylesheet" type="text/css">
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
代码工具
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#work" data-toggle="tab">
|
||||
个人作品
|
||||
</a>
|
||||
</li>
|
||||
<li style="margin-top: 12px;">标题搜索</li>
|
||||
<li style="margin-top: 12px" id="search">
|
||||
<form style="margin-left: 5px;">
|
||||
|
@ -61,7 +66,9 @@
|
|||
<div class="tab-pane fade " id="tools">
|
||||
{% include '/blog/template/tools.html' %}
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade " id="work">
|
||||
{% include '/blog/template/work.html' %}
|
||||
</div>
|
||||
<script src="/api/App/Views/blog/js/bootstrap-treeview.js"></script>
|
||||
<script type="text/javascript">
|
||||
globalposx = 0;
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2022-01-09 06:52:46
|
||||
* @LastEditTime: 2022-01-09 09:19:23
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \api\App\Views\blog\template\work.html
|
||||
-->
|
||||
{% block article %}
|
||||
<div id="container">
|
||||
<iframe src="https://gitee.com/290198252">
|
||||
|
||||
</iframe>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue