comparison projects.html @ 58:e6c574c6f8e0

music: reupload music to the music folder, fix links
author Paper <mrpapersonic@gmail.com>
date Mon, 19 Dec 2022 18:31:02 -0500
parents ac1900c0e376
children 6019514100d4
comparison
equal deleted inserted replaced
57:ac1900c0e376 58:e6c574c6f8e0
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <title>Projects - Paper's website</title> 3 <title>Projects - Paper's website</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6 <link href="https://maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" media="screen"> 6 <link href="./css/bootstrap.min.css" rel="stylesheet" media="screen">
7 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> 7 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
8 <style nonce="paper-web-inline"> 8 <style nonce="paper-web-inline">
9 .navbar { 9 .navbar {
10 /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
11 text-align: left; /* Override body text align */ 10 text-align: left; /* Override body text align */
12 box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); 11 box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
13 } 12 }
14 .container { 13 .container {
15 width: 98%; 14 width: 98%;