add config.html,
add config.js, add getURIData function to parse URI search params
This commit is contained in:
13
config.html
Normal file
13
config.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>tronnet - client</title>
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css">
|
||||
<script src="scripts/config.js" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</template>
|
||||
</html>
|
Reference in New Issue
Block a user