Compare commits

...

1 Commits

Author SHA1 Message Date
3ab4e6da86 Update index.php 2025-11-17 14:53:33 +00:00

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>