-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 731 Bytes
/
index.html
File metadata and controls
15 lines (15 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>Example test.</title>
<script crossorigin="anonymous" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="event.js"></script>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="checkURL()">
<span style="font-family: verdana,sans-serif; "><div id="smefpw"><span style="color: #009EBD; ">[smef]</span> example console by smef.pw<br>
<span style="color: #009EBD; ">[smef]</span> last updated 06/05/2020</div><div id="smefpw2"></div></span>
<a onClick="example()" target="_blank">example (click me)</a>
</body>
</html>