-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
…t all.
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,17 @@ | |
<head> | ||
<meta charset="utf-8"> | ||
<title>Pretty PHP info</title> | ||
<link rel="shortcut icon" href="https://www.php.net/favicon.ico?v=2"> | ||
|
||
<meta name="description" content="View your phpinfo() output in a pretty, responsive interface"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<script src="https://cdn.tailwindcss.com"></script> | ||
|
||
<script defer src="https://unpkg.com/@alpinejs/[email protected]/dist/cdn.min.js"></script> | ||
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script> | ||
<style> | ||
<?php include(__DIR__ . "/styles.css"); ?> | ||
</style> | ||
<script type="module"> | ||
<?php include(__DIR__ . "/app.js"); ?> | ||
</script> | ||
</head> | ||
|
||
<body class="antialiased font-sans bg-gray-100"> | ||
|
@@ -178,16 +182,5 @@ class="space-y-4 lg:space-y-8 scroll-mt-32" id="<?php echo $module->key() ?>"> | |
})) | ||
}); | ||
</script> | ||
<style> | ||
[x-cloak] { | ||
display: none !important; | ||
} | ||
select { | ||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); | ||
background-position: right 0.5rem center; | ||
background-repeat: no-repeat; | ||
background-size: 1.5em 1.5em; | ||
} | ||
</style> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.