1 Star 1 Fork 1

xuanyusan/blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 3.53 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Xuan-yu-san">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GiteeBlog</title>
<link href="./asset/styles/index.css" rel="stylesheet" >
<link href="./asset/styles/baseStyle.css" rel="stylesheet" >
<link href="./asset/styles/index.css" rel="stylesheet" >
<link href="./asset/styles/md.css" rel="stylesheet" >
<link href="./asset/styles/cnblog.css" rel="stylesheet" >
<meta property="og:image" content="./asset/imgs/share.jpg">
<meta property="og:title" content="My Blog">
<meta property="og:description" content="这是我学习html、css、javascript等前端技术的博客网站">
<meta name="twitter:title" content="‎My Blog">
<meta name="twitter:description" content="‎这是我学习html、css、javascript等前端技术的博客网站">
<link rel="stylesheet" href="./asset/styles/font-awesome.min.wxss.css">
</head>
<body>
<header id="header">
<a class="home"><i class="fa fa-home"></i></a>
<i class="splitline">|</i>
<a class="search"><i class="fa fa-search"></i></a>
<div class="header">
<div id="headerTitle">
<h1>My GiteeBlog</h1>
<h1 class="secondtitle">—— Web 学习 ——</h1>
</div>
</div>
</header>
<p><strong>写在最前:</strong></p>
<main>
<section>
<div class="scrollerview">
<a href="./template/html_learning.html">
<div class="container">
<h2>html学习</h2>
<p>这是一个关于html温习的模块</p>
<ul><li>article: 0</li><li>update: 2020-09-21</li></ul>
</div>
</a>
<div class="container">
<h2>css学习</h2>
<p>这是一个关于html温习的模块</p>
<ul><li>article: 0</li><li>update: 2020-09-21</li></ul>
</div>
<div class="container">
<h2>javascript学习</h2>
<p>这是一个关于html温习的模块</p>
<ul><li>article: 0</li><li>update: 2020-09-21</li></ul>
</div>
</div>
<!--
<div id="comment">
<form>
<input type="email" />
<textarea></textarea>
<div class="button">summit</div>
</form>
</div>
-->
</section>
<aside></aside>
</main>
<footer id="footer">
<a class="footer" href="https://beian.miit.gov.cn">粤ICP备12009483号-9</a>
</footer>
</body>
<script src="./asset/scripts/jquery-3.5.1.min.js"></script>
<script src="./asset/scripts/clipboard.min.js"></script>
<script src="./asset/scripts/cp.js"></script>
<script src="./asset/scripts/base.js"></script>
<script>
/*
$.ajax({
method: 'GET',
url: `http://localhost:9001/getComment?article=${"test"}`,
dataType: "jsonp",
success: function(data){
console.log(data);
}
});
$.ajax({
method: 'POST',
url: "http://localhost:9001/postComment",
data: {
email:"307100890@qq.com",
article:"test",
comment:"test"
},
dataType: "jsonp",
success: function(data){
console.log(data);
}
});
*/
</script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/xuanyusan/blog.git
git@gitee.com:xuanyusan/blog.git
xuanyusan
blog
blog
master

搜索帮助