moved css into folder and added print.css file
This commit is contained in:
0
css/print.css
Normal file
0
css/print.css
Normal file
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Mike Rockwell — Résumé</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css?ver=1.0" />
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css?ver=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="img/icon.png">
|
||||
<link rel="apple-touch-icon" href="img/icon.png">
|
||||
@@ -91,5 +91,6 @@
|
||||
<p>View source on <a href="https://libertynode.dev/mdrockwell/resume" title="View source on Gitea">Gitea</a></p>
|
||||
</footer>
|
||||
<script src="app.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" media="print" href="css/print.css" />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user