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"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primzahlen</title> <title>Primzahlen</title>
<style> <style>
.wrapper { display: flex; gap: 20px; } .wrapper {
.mono { font-family: monospace; white-space: pre; } display: flex;
gap: 20px;
}
.mono {
font-family: monospace;
white-space: pre;
}
</style> </style>
</head> </head>
<body> <body>