Make site look good on mobile

This commit is contained in:
Greg Shuflin
2023-03-07 16:53:21 -08:00
parent 4049a811c8
commit 023ab8508c
3 changed files with 12 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Greg Shuflin - Software Developer</title>
<meta charset='utf-8'/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Greg Shuflin - Software Developer</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link href="style.css" rel="stylesheet"/>
</head>