mirror of
https://codeberg.org/aiquiral/pages.git
synced 2024-11-21 19:21:59 +00:00
Minor fixes in HTML files and updated the font files.
This commit is contained in:
parent
940fbd730a
commit
2fb428ccd5
|
@ -1,7 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>About - Aiquiral</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Contact - Aiquiral</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
|
BIN
content/fonts/Montserrat-Black.woff
Normal file
BIN
content/fonts/Montserrat-Black.woff
Normal file
Binary file not shown.
BIN
content/fonts/Montserrat-Regular.woff
Normal file
BIN
content/fonts/Montserrat-Regular.woff
Normal file
Binary file not shown.
|
@ -1,7 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Aiquiral - Home</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Privacy Policy - Aiquiral</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue