personal-website/front/index.html

13 lines
221 B
HTML
Raw Normal View History

2023-07-18 17:15:06 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Webpack App</title>
</head>
<body>
<h1>Hello world!</h1>
<h2>Tip: Check your console</h2>
</body>
</html>