parent
856db4599a
commit
5363954095
@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
public
|
||||
public/*
|
||||
!public/index.html
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!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">
|
||||
<link rel="stylesheet" href="out/bundle.css">
|
||||
<title>Cute and Funny</title>
|
||||
</head>
|
||||
<body class="max-w-4xl mx-auto px-4 my-8">
|
||||
<script src="out/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue