Skip to content

Commit

Permalink
clean up tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Abbott committed Dec 13, 2024
1 parent 7df8b3e commit c413e8d
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
<!DOCTYPE html>
<!DOCTYPE html />
<html lang="en">
<head>
<style>
body {
margin-top: 2em;
display: flex;
flex-direction: column;
align-items: center;
}
p {
font-size: 2em;
text-align: center;
}
img {
width: 250px;
}
</style>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
margin-top: 2em;
display: flex;
flex-direction: column;
align-items: center;
}
p {
font-size: 2em;
text-align: center;
}
img {
width: 250px;
}
</style>
</head>
<title>Thesis App</title>
<body>
Expand Down

0 comments on commit c413e8d

Please sign in to comment.