Update index.php

This commit is contained in:
2025-11-17 14:53:33 +00:00
parent 9ae3cc4c80
commit 3ab4e6da86

View File

@@ -5,8 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primzahlen</title>
<style>
.wrapper { display: flex; gap: 20px; }
.mono { font-family: monospace; white-space: pre; }
.wrapper {
display: flex;
gap: 20px;
}
.mono {
font-family: monospace;
white-space: pre;
}
</style>
</head>
<body>