Skip to content

Commit

Permalink
boaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenBloodDev committed Sep 27, 2023
1 parent 497e81a commit a015119
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/monats_umsatz.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Monats Umsatz</title>
</head>
<body>

<?php

$monat_umsatz = [
"Januar" => 27,
"Februar" => 18,
"März" => 12,
"April" => 13,
"Mai" => 15,
"Juni" => 20,
"Juli" => 785,
"August" => 245,
"September" => 715,
"Oktober" => 295,
"November" => 67,
"Dezember" => 45
];




?>

</body>
</html>

0 comments on commit a015119

Please sign in to comment.