Create a tiny working TypeScript example page
This commit is contained in:
parent
9b6cacda0e
commit
701f4853b5
3 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
<html>
|
||||
<h1>Hi Eli</h1>
|
||||
<head>
|
||||
<script src="/static/bundle.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hi Eli 2</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue