Mise à jour de 'default-page.html'

This commit is contained in:
2023-07-19 01:22:33 +00:00
parent eed52dd56e
commit e6ced26b2e
+8
View File
@@ -1,3 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Ma page</title>
</head>
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/phosphor-icons"></script> <script src="https://unpkg.com/phosphor-icons"></script>
@@ -111,3 +117,5 @@
<a href="">site information</a> <a href="">site information</a>
<a href="">a long thread title here</a> <a href="">a long thread title here</a>
</div> </div>
</body>
</html>