Add index.html
This commit is contained in:
parent
80f5e9030a
commit
1301976989
17
Murach/exercises/ch01/welcome/index.html
Normal file
17
Murach/exercises/ch01/welcome/index.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Welcome</title>
|
||||||
|
<link rel="stylesheet" href="main.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
alert("Hi Tom!");
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<h1>Welcome to Modern Javascript!</h1>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user