ReactLearning/TSLearning/Section 1/index.html
2021-04-23 10:23:26 +12:00

14 lines
327 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Typescript Learning</title>
<script src="app.js" defer></script>
</head>
<body>
<p> Hi </p>
</body>
</html>