pluralsight-js-functions/index.html

14 lines
370 B
HTML
Raw Normal View History

2021-05-11 10:24:54 +10:00
<!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>