Files
bootstrap-5-examples/index.html
2021-08-09 14:32:18 +09: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>