🐛 Fix current project when having multiple
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Mon super site</title>
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<h1>Bonjour</h1>
|
||||
<form action="#">
|
||||
<input type="text">
|
||||
</form>
|
||||
|
||||
<footer>
|
||||
<a href="#">Contact</a>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user