added type to script tag

This commit is contained in:
lab-cat 2022-05-28 20:49:47 +02:00
parent 279db9b40f
commit 34969c2cbf

View file

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>YourChinaScienceInvestigation</title> <title>YourChinaScienceInvestigation</title>
<script src="https://git.ag-link.xyz/lab-cat/YourChinaScienceInvestigation/raw/branch/main/js/open_link.js"></script> <script type="text/javascript" src="open_link.js"></script>
</head> </head>
<body> <body>
<input type="text" placeholder="e. g. Leipzig University" id="uni"> <input type="text" placeholder="e. g. Leipzig University" id="uni">