Skip to content

Commit

Permalink
fixed background image
Browse files Browse the repository at this point in the history
  • Loading branch information
antoffigueroa committed Oct 18, 2024
1 parent 5dfc364 commit 4794eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<style> body {background-image: url('images/background_image.png');}</style>
<head>
<title>Dimension by HTML5 UP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<style> body {background-image: url('images/background_image.png');}</style>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
Expand Down

0 comments on commit 4794eec

Please sign in to comment.