This commit is contained in:
Olu Amey
2023-01-03 10:51:37 -05:00
parent 39c5300afe
commit 8eba213a14
2 changed files with 2 additions and 8 deletions
+2 -8
View File
@@ -3,20 +3,14 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Welcome to CodeIgniter 4!</title> <title>Site Data Gate</title>
<meta name="description" content="The small framework with powerful features"> <meta name="description" content="The small framework with powerful features">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<!-- STYLES --> <!-- STYLES -->
<style {csp-style-nonce}> <style>
* {
transition: background-color 300ms ease, color 300ms ease;
}
html, html,
body { body {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 15 KiB