Skip to content

Commit

Permalink
add logo index
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoSolano committed Aug 20, 2024
1 parent f25af24 commit 2f82308
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
64 changes: 64 additions & 0 deletions images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Print Lab XYZ</title>
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<img style="width: 100%;" src="./images/logo.svg" alt="" srcset="">
</body>
</html>
1 change: 0 additions & 1 deletion test.txt

This file was deleted.

0 comments on commit 2f82308

Please sign in to comment.