mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
18 lines
404 B
HTML
18 lines
404 B
HTML
<!DOCTYPE >
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test</title>
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
</head>
|
|
<body>
|
|
<div id="url">
|
|
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript">
|
|
var url = document.getElementById('url');
|
|
url.innerHTML = window.location.href;
|
|
</script>
|
|
</html> |