mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
9 lines
224 B
HTML
9 lines
224 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Webpack App</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"></head>
|
|
<body>
|
|
<script src="app.js"></script></body>
|
|
</html> |