Start working on responsive website

This commit is contained in:
Greg Shuflin 2024-10-16 00:45:41 -07:00
parent 165dc32ae5
commit 8d30893be7
2 changed files with 12 additions and 0 deletions

12
index-mobile.html Normal file
View File

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

0
style-mobile.css Normal file
View File