Update index.php
This commit is contained in:
11
index.php
11
index.php
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user