feat:优化表格排版

This commit is contained in:
2024-12-27 17:13:26 +08:00
parent 7fd8630efa
commit 6db85bd992
3 changed files with 60 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Marked in the browser</title>
<title>何威阳-个人简历</title>
<link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.2.3/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
</head>
@@ -15,7 +15,7 @@
$.ajax(
{
type:"get",
url:"./test.md",
url:"./resume.md",
dataType:"html",
success:function(data){
document.getElementById('content').innerHTML =