fixed javascript filepath

This commit is contained in:
2024-02-15 09:13:57 +08:00
parent ca5959d81d
commit 193b8d7fbf

View File

@@ -1,7 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<script src="/js/sspoc.js" defer></script> <script src="js/sspoc.js" defer></script>
</head> </head>
<body> <body>
<form id="login-form"> <form id="login-form">