Skip to content

Commit

Permalink
changeing background color to yellow
Browse files Browse the repository at this point in the history
Signed-off-by: Genji <NyanOVO@outlook.com>
  • Loading branch information
fstd2 committed Sep 26, 2021
1 parent f8e1a1e commit d326f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Simple PHP App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<style>body {margin-top: 40px; background-color: #b03043;}</style>
<style>body {margin-top: 40px; background-color: #FFFF00;}</style>
<link href="assets/css/bootstrap-responsive.min.css" rel="stylesheet">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
Expand Down

0 comments on commit d326f51

Please sign in to comment.