fighting with the css and firefoxs caching
This commit is contained in:
11
index.html
11
index.html
@@ -6,17 +6,16 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<title>Peter the Baker</title>
|
||||
|
||||
<!--<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/resources/css/index.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<img id="avatar" src="resources/img/pp.jpg" width="200" />
|
||||
<img id="avatar" src="/resources/img/pp.jpg" width="200" />
|
||||
|
||||
<div id="title" class="tstyle">
|
||||
<div id="title" class="tstyle">
|
||||
Petrus Pistor
|
||||
</div>
|
||||
|
||||
@@ -26,11 +25,11 @@
|
||||
<li .id="social">
|
||||
<strong>Social</strong>
|
||||
</li>
|
||||
|
||||
|
||||
<li .id="pistorium">
|
||||
<strong>Pistorium</strong>
|
||||
</li>
|
||||
|
||||
|
||||
<li .id="contact">
|
||||
<strong>Contact</strong>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user