Commit 65e4f2e1 authored by HuangJunbo's avatar HuangJunbo 💻 Committed by Administrator

添加JQuery本地库,并修改index页面模板添加外联库。

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent 76ef075a
......@@ -136,3 +136,11 @@ link li a:hover {
link li a:active {
color: #FCF3F3
}
copyright p {
color: #EEEEEE;
font-size: x-small;
position: absolute;
left: 50px;
top: 50px;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="js/jquery-3.5.1.js"></script>
<script src="js/jquery-ui.min.js"></script>
</head>
<body>
<header>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment