moved css into folder and added print.css file

This commit is contained in:
2025-07-31 12:10:44 -04:00
parent be36fcd6c5
commit 0269a7e72d
3 changed files with 2 additions and 1 deletions

0
css/print.css Normal file
View File

View 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>