Skip to content

Commit

Permalink
updated head
Browse files Browse the repository at this point in the history
  • Loading branch information
AcevedoJetter committed Jan 3, 2024
1 parent cf189a1 commit d0c189d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Kevin E. Acevedo Jetter</title>
<meta name="author" content="Kevin E. Acevedo Jetter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Kevin E. Acevedo Jetter</title>
<link rel="stylesheet" href="styles/style.css" />
</head>

<body>
<header>
<h1>Kevin E. Acevedo Jetter</h1>
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Kevin E. Acevedo Jetter</title>
<meta name="author" content="Kevin E. Acevedo Jetter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Kevin E. Acevedo Jetter</title>
<link rel="stylesheet" href="styles/style.css" />
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
</head>

<body>
<header>
<h1>Kevin E. Acevedo Jetter</h1>
Expand Down

0 comments on commit d0c189d

Please sign in to comment.