super-cool-model / index.html
Hoseindb's picture
Create index.html
c690ea6 verified
raw
history blame contribute delete
No virus
270 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alert Example</title>
</head>
<body>
<h1>Hello, World!</h1>
<script src="alert.js"></script>
</body>
</html>