13 lines
310 B
HTML
13 lines
310 B
HTML
|
<!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>
|