2024-03-20 01:23:40 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="./bulma.css">
|
2024-11-26 10:12:57 +01:00
|
|
|
<title>net libre</title>
|
2024-03-20 01:23:40 +01:00
|
|
|
</head>
|
|
|
|
<style>
|
|
|
|
.justified {
|
|
|
|
text-justify: auto;
|
|
|
|
text-align: justify
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<body>
|
|
|
|
<script src="./index.js" type="module"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|