15 lines
427 B
HTML
15 lines
427 B
HTML
{781f1c3f8618be3053b830ef8a30f6b4b0aef4b2 true 427 index.html 0xc001e1c850}
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Test Notifaction</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<script src="script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div id="container"></div>
|
|
<button id="btn">Click Here Please</button>
|
|
</body>
|
|
</html>
|