feat:优化表格排版
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user