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.
82 lines
3.2 KiB
82 lines
3.2 KiB
6 years ago
|
<!doctype html>
|
||
|
<html lang="en" class="no-js">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
<meta name="description" content="个人随笔是一个面向IT技术人员,提供个人平时工作总结和在线记录学习笔记,个人技术博客,在线云笔记,码农笔录,最新的技术博客,www.aiprose.com">
|
||
|
<meta name="keywords" content="个人随笔,博客,个人博客,个人笔记,技术博客,免费云笔记,云笔记,随笔,IT博客,谷歌地图,码农笔录,www.aiprose.com,aiprose.com,aiprose">
|
||
|
<link rel="stylesheet" href="//g.alicdn.com/sui/sui3/0.0.18/css/sui.min.css">
|
||
|
{{/*<script type="text/javascript" src="//g.alicdn.com/sj/lib/jquery/dist/jquery.min.js"></script>*/}}
|
||
|
<title>笔记 - 个人随笔</title>
|
||
|
<link type="text/css" rel="styleSheet" href="/static/css/menu-reset.css"/>
|
||
|
<link type="text/css" rel="styleSheet" href="/static/css/notemenu.css"/>
|
||
|
<script src="/static/js/menu.js"></script> <!-- Modernizr -->
|
||
|
<script src="/static/js/jquery-1.11.1.min.js"></script>
|
||
|
<script src="//unpkg.com/wangeditor/release/wangEditor.min.js"></script>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
|
||
|
<a id="cd-menu-trigger" href="#0"><span class="cd-menu-icon"></span></a>
|
||
|
</header>
|
||
|
|
||
|
<div class="cd-main-content">
|
||
|
<div id="editor" class="editor">
|
||
|
|
||
|
</div>
|
||
|
</div> <!-- cd-main-content -->
|
||
|
|
||
|
<nav id="cd-lateral-nav">
|
||
|
<ul class="cd-navigation">
|
||
|
<li class="item-has-children">
|
||
|
<a href="#0">Services</a>
|
||
|
<ul class="sub-menu">
|
||
|
<li><a href="#0">Brand</a></li>
|
||
|
<li><a href="#0">Web Apps</a></li>
|
||
|
<li><a href="#0">Mobile Apps</a></li>
|
||
|
</ul>
|
||
|
</li> <!-- item-has-children -->
|
||
|
|
||
|
<li class="item-has-children">
|
||
|
<a href="#0">Products</a>
|
||
|
<ul class="sub-menu">
|
||
|
<li><a href="#0">Product 1</a></li>
|
||
|
<li><a href="#0">Product 2</a></li>
|
||
|
<li><a href="#0">Product 3</a></li>
|
||
|
<li><a href="#0">Product 4</a></li>
|
||
|
<li><a href="#0">Product 5</a></li>
|
||
|
</ul>
|
||
|
</li> <!-- item-has-children -->
|
||
|
</ul> <!-- cd-navigation -->
|
||
|
|
||
|
<ul class="cd-navigation cd-single-item-wrapper">
|
||
|
<li><a href="#0">Tour</a></li>
|
||
|
<li><a href="#0">Login</a></li>
|
||
|
<li><a href="#0">Register</a></li>
|
||
|
<li><a href="#0">Pricing</a></li>
|
||
|
<li><a href="#0">Support</a></li>
|
||
|
</ul> <!-- cd-single-item-wrapper -->
|
||
|
|
||
|
<!-- cd-single-item-wrapper -->
|
||
|
|
||
|
<div class="cd-navigation socials">
|
||
|
<a class="cd-twitter cd-img-replace" href="#0">Twitter</a>
|
||
|
<a class="cd-github cd-img-replace" href="#0">Git Hub</a>
|
||
|
<a class="cd-facebook cd-img-replace" href="#0">Facebook</a>
|
||
|
<a class="cd-google cd-img-replace" href="#0">Google Plus</a>
|
||
|
</div> <!-- socials -->
|
||
|
</nav>
|
||
|
|
||
|
|
||
|
<script src="/static/js/menu.js"></script> <!-- Resource jQuery -->
|
||
|
<script type="text/javascript" src="/static/js/layer.js"></script>
|
||
|
</body>
|
||
|
<script>
|
||
|
var E = window.wangEditor
|
||
|
var editor = new E('#editor')
|
||
|
editor.customConfig.uploadImgServer = '/upload'
|
||
|
// 或者 var editor = new E( document.getElementById('editor') )
|
||
|
editor.create()
|
||
|
</script>
|
||
|
</html>
|