|
|
@ -6,6 +6,8 @@ |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
<link rel="stylesheet" href="muni.css" /> |
|
|
|
<link rel="stylesheet" href="muni.css" /> |
|
|
|
<title>D4DJ Parking Calculator | Powered by Muni</title> |
|
|
|
<title>D4DJ Parking Calculator | Powered by Muni</title> |
|
|
|
|
|
|
|
<script src="english.js"></script> |
|
|
|
|
|
|
|
<script src="japanese.js"></script> |
|
|
|
<script src="muni.js"></script> |
|
|
|
<script src="muni.js"></script> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<body> |
|
|
@ -76,4 +78,4 @@ |
|
|
|
document.getElementById("ips").value = ""; |
|
|
|
document.getElementById("ips").value = ""; |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
</body> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |
|
|
|