Start working on responsive website
This commit is contained in:
parent
165dc32ae5
commit
8d30893be7
12
index-mobile.html
Normal file
12
index-mobile.html
Normal 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
0
style-mobile.css
Normal file
Loading…
Reference in New Issue
Block a user