mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
added favicon
This commit is contained in:
BIN
images/favicon.ico
Normal file
BIN
images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -1,11 +1,12 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>neon443</title>
|
<title>neon443</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./style.css" type="text/css">
|
<link rel="stylesheet" href="./style.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>inital commit</h1>
|
<h1>inital commit</h1>
|
||||||
<p>this site is hosted with <b>Github Pages!</b><br>soon, ill add a directory listing</p>
|
<p>this site is hosted with <b>Github Pages</b>!<br>soon, I'll add a directory listing</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
*{
|
*{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
b{color:#007AFF}
|
b{
|
||||||
|
color:#007AFF
|
||||||
|
}
|
||||||
body{
|
body{
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
color:#333333;
|
color:#333333;
|
||||||
@@ -15,8 +17,8 @@ p{
|
|||||||
}
|
}
|
||||||
h1{
|
h1{
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
font-weight: 800;
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|||||||
Reference in New Issue
Block a user