Added app.js, index.html
parent
c774c0be13
commit
cdbfc9f1a1
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>JavaScript Demo</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>JavaScript Demo</h1>
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue