personal-website/front/index.html
2023-07-18 20:15:06 +03:00

13 lines
221 B
HTML

<!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>