1 changed files with 509 additions and 0 deletions
@ -0,0 +1,509 @@ |
|||||
|
<html lang="en" class="csstransforms csstransforms3d csstransitions"> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"> |
||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||
|
<meta name="theme-color" content="#E4EBF8 "> |
||||
|
<title>笔记 -全栈学习笔记123</title> |
||||
|
<meta name="keywords" content="个人网站 学习笔记 全栈开发"> |
||||
|
<meta name="description" content="个人学习笔记"> |
||||
|
<meta name="author" content="项佳男"> |
||||
|
<link rel="shortcut icon" href="https://www.helloxjn.com/static/favicon.ico" type="image/x-icon"> |
||||
|
<link rel="apple-touch-icon" href="https://www.helloxjn.com/static/apple-touch-icon.png"> |
||||
|
<link rel="stylesheet" href="/static/bootstrap-4.6.1/css/bootstrap.min.css"> |
||||
|
<link rel="stylesheet" href="https://www.helloxjn.com/static/css/index.1.0.17.min.css"> |
||||
|
<link rel="stylesheet" href="https://www.helloxjn.com/static/iconfont/iconfont.1.0.2.css"> |
||||
|
<link rel="stylesheet" href="https://www.helloxjn.com/static/css/notes.1.0.0.min.css"> |
||||
|
<link rel="stylesheet" href="https://www.helloxjn.com/static/css/index-mobile.1.0.20.min.css"> |
||||
|
</head> |
||||
|
<body id="page-top" class="politics_version "> |
||||
|
<!-- 导航栏 --> |
||||
|
<nav class="navbar navbar-expand-lg navbar-dark fixed-top " id="mainNav"> |
||||
|
<div class="container"> |
||||
|
<a href="javascript:void(0)" id="switch_dark" class="icon iconfont toggle toggle--on "></a> |
||||
|
<a class="navbar-brand js-scroll-trigger" href="/"> |
||||
|
<img class="logo img-fluid" src="https://www.helloxjn.com/static/logo/logo-8s.png" alt="" style="width: 108px;margin-left: 4px"/> |
||||
|
<img class="logo-dark img-fluid" src="https://www.helloxjn.com/static/logo/logo-dark-8s.png" alt="" style="width: 108px;margin-left: 4px"/> |
||||
|
</a> |
||||
|
<button class="navbar-toggler navbar-toggler-left " type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> |
||||
|
<i class="icon iconfont" style="font-size: 23px; line-height: 25px;"></i> |
||||
|
</button> |
||||
|
<div class="collapse navbar-collapse" id="navbarResponsive"> |
||||
|
<ul class="navbar-nav text-uppercase ml-auto"> |
||||
|
<li class="nav-item "> |
||||
|
<a class="nav-link js-scroll-trigger iconfont" href="/home">首页</a> |
||||
|
</li> |
||||
|
<li class="nav-item active"> |
||||
|
<a class="nav-link js-scroll-trigger iconfont" href="/notes">笔记</a> |
||||
|
</li> |
||||
|
<li class="nav-item "> |
||||
|
<a class="nav-link js-scroll-trigger iconfont" href="/opus">作品</a> |
||||
|
</li> |
||||
|
<li class="nav-item "> |
||||
|
<a class="nav-link js-scroll-trigger iconfont" href="/about">关于</a> |
||||
|
</li> |
||||
|
<li class="nav-item "> |
||||
|
<a class="nav-link js-scroll-trigger iconfont" href="/settings">管理</a> |
||||
|
</li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
</nav> |
||||
|
|
||||
|
<!-- 笔记 --> |
||||
|
<div id="notes" class="section lb "> |
||||
|
<div class="container"> |
||||
|
<div class="section-title text-left"> |
||||
|
<h3 class=" iconfont">笔记</h3> |
||||
|
</div> |
||||
|
<div class="note-menu row"> |
||||
|
<div class="col-md-12"> |
||||
|
<div class="button-group filter-button-group text-left"> |
||||
|
<button class="active " data-filter="*">全部</button> |
||||
|
<button class="" data-filter=".note_python">Python</button> |
||||
|
<button class="" data-filter=".note_linux">Linux</button> |
||||
|
<button class="" data-filter=".note_sort">算法</button> |
||||
|
<button class="" data-filter=".note_middle">中间件</button> |
||||
|
<button class="" data-filter=".note_go">Go</button> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="note-list row"> |
||||
|
<div class="col-md-4 note-grid note_python "> |
||||
|
<a href="/blog/article/f195eb62ea46945e91/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Django框架</h2> |
||||
|
<p><span>Python</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_linux "> |
||||
|
<a href="/blog/article/cae7d489bf99e25b7d/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Linux项目部署</h2> |
||||
|
<p><span>Linux</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 note-grid note_python "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/bbed571abac8f0ff25/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Python爬虫开发</h2> |
||||
|
<p><span>Python</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_sort "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/85d569cd0ce64c753d/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>算法基础</h2> |
||||
|
<p><span>算法</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_python "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/31f0ce8b06f64c4df2/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Django REST framework</h2> |
||||
|
<p><span>Python</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_python "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/b93263a0e50681e9fc/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Python练习</h2> |
||||
|
<p><span>Python</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_middle "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/e111446745a1825b86/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Redis</h2> |
||||
|
<p><span>中间件</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_middle "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/7eaa993723e57b3bfc/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>RabbitMQ</h2> |
||||
|
<p><span>中间件</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 note-grid note_middle "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/31d15d604f300d27a9/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Celery</h2> |
||||
|
<p><span>中间件</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 note-grid note_go "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/75d8fafb0706c9381d/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>区块链开发</h2> |
||||
|
<p><span>Go</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_python "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/b51ee9399a52a9e5c3/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>asyncio异步协程</h2> |
||||
|
<p><span>Python</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_python "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/dcd69a860234bbcd23/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Python数据分析</h2> |
||||
|
<p><span>Python</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_python "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/2cdf6c5c74e63f8b1c/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Channels</h2> |
||||
|
<p><span>Python</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-md-4 note-grid note_python "> |
||||
|
<a href="https://www.helloxjn.com/blog/article/588fe6e45fdc1b65d8/" target="_self"> |
||||
|
<div class="services-inner-box note-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Python基础</h2> |
||||
|
<p><span>Python</span></p> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- API --> |
||||
|
<div id="api" class="section lb "> |
||||
|
<div class="container"> |
||||
|
<div class="section-title text-left"> |
||||
|
<h3 class=" iconfont">官方文档</h3> |
||||
|
</div> |
||||
|
<div class="api-menu row"> |
||||
|
<div class="col-md-12"> |
||||
|
<div class="button-group filter-button-group text-left"> |
||||
|
<button class="active " data-filter="*">全部</button> |
||||
|
<button class="" data-filter=".api_html">前端</button> |
||||
|
<button class="" data-filter=".api_api">后端</button> |
||||
|
<button class="" data-filter=".api_middle">中间件</button> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="api-list row"> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://v3.bootcss.com" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Bootstrap 3</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://cn.vuejs.org" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Vue.js</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://www.iconfont.cn" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>iconfont</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://element.eleme.cn/#/zh-CN/component/installation" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Element UI</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_api "> |
||||
|
<a href="https://docs.djangoproject.com/zh-hans/3.0/" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Django 3.0</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_api "> |
||||
|
<a href="https://www.django-rest-framework.org" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Django REST framework</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://jquery.cuishifeng.cn" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>jQuery</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://v4.bootcss.com" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Bootstrap 4</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_api "> |
||||
|
<a href="https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>微信沙箱</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_api "> |
||||
|
<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>微信小程序</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://www.bootcdn.cn" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>BootCDN</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_middle "> |
||||
|
<a href="https://www.runoob.com/redis/redis-tutorial.html" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Redis</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_middle "> |
||||
|
<a href="https://www.rabbitmq.com" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>RabbitMQ</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_middle "> |
||||
|
<a href="https://www.celerycn.io" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Celery</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_api "> |
||||
|
<a href="https://channels.readthedocs.io/en/latest/index.html" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Channels</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://isotope.metafizzy.co" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Isotope</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://cn.vitejs.dev" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Vite</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="https://animate.style" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Animate.css</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-md-4 api-grid api_html "> |
||||
|
<a href="http://macyjs.com" target="_blank"> |
||||
|
<div class="services-inner-box api-single clearfix " ontouchstart=""> |
||||
|
<div class="ser-icon"> |
||||
|
<i class="icon iconfont"></i> |
||||
|
</div> |
||||
|
<h2>Macy.js</h2> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- 页脚 --> |
||||
|
<div class="copyrights section "> |
||||
|
<div class="container"> |
||||
|
<div class="footer-distributed clearfix"> |
||||
|
<div class="footer-left"> |
||||
|
<span class="footer-links" style="font-size: 0"> |
||||
|
|
||||
|
<a class="iconfont " href="/home">首页<span class="iconfont"></span></a> |
||||
|
|
||||
|
<a class="iconfont active" href="/notes">笔记<span class="iconfont"></span></a> |
||||
|
|
||||
|
<a class="iconfont " href="/opus">作品<span class="iconfont"></span></a> |
||||
|
|
||||
|
<a class="iconfont " href="/about">关于<span class="iconfont"></span></a> |
||||
|
|
||||
|
<a class="iconfont " href="/settings">管理<span class="iconfont"></span></a> |
||||
|
|
||||
|
<a data-toggle="modal" data-target=".bs-example-modal-sm" href="javascript:0"> |
||||
|
<span class="iconfont"></span> |
||||
|
</a> |
||||
|
<a href="mailto:xiang9872@gmail.com"> |
||||
|
<span class="iconfont"> </span> |
||||
|
</a> |
||||
|
<input type="hidden" name="csrfmiddlewaretoken" value="5lBQ5xj5EBk5t4PIWItBy5HCG3eALtW4iuvTkcwaEKL67Xm7gEzBj0tJn3p948Wd"> |
||||
|
</span> |
||||
|
</div> |
||||
|
<div class="footer-right"> |
||||
|
<span class="footer-links" style="font-size: 0"> |
||||
|
<a href="https://github.com/xiangjianan" target="_blank">@xiangjianan</a> |
||||
|
<span class="iconfont"></span> |
||||
|
<a class="footer-links-gov" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=23018402000172" target="_blank"><span ><img src="/static/img/gov.png" alt=""> </span>黑公网安备 23018402000172号</a> |
||||
|
<span class="iconfont"></span> |
||||
|
<a class="footer-links-gov" href="https://beian.miit.gov.cn" target="_blank">黑ICP备2021001307号-1</a> |
||||
|
</span> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel"> |
||||
|
<div class="modal-dialog modal-sm" style="width: 200px;" role="document"> |
||||
|
<div class="modal-content" style="width: 200px;border-radius: 10px;border: none"> |
||||
|
<img src="/static/img/wechat.png" style="width: 180px;margin: 10px" alt="微信:inMyLife2021"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<a href="#" id="scroll-to-top" class="dmtop global-radius" ontouchstart=""> |
||||
|
<span class="icon iconfont" style="font-size: 23px;"></span> |
||||
|
</a> |
||||
|
</body> |
||||
|
<!-- CDN --> |
||||
|
<script src="/static/jquery-3.6.0/jquery.min.js"></script> |
||||
|
<script src="/static/bootstrap-4.6.1/js/bootstrap.min.js"></script> |
||||
|
<script src="https://www.helloxjn.com/static/js/index.1.0.11.min.js"></script> |
||||
|
<script src="https://www.helloxjn.com/static/js/notes.1.0.2.min.js"></script> |
||||
|
<script> |
||||
|
console.log(`Hello, there is nothing here.`); |
||||
|
</script> |
||||
|
</html> |
||||
Loading…
Reference in new issue