Fix html tags
This commit is contained in:
parent
a89612b9af
commit
e24a932e30
18
index.html
18
index.html
@ -1,34 +1,24 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en"></html>
|
<html lang="en">
|
||||||
|
|
||||||
<!-- ****************************** -->
|
<!-- ****************************** -->
|
||||||
<!-- * Ah shit, here we go again. * -->
|
<!-- * Ah shit, here we go again. * -->
|
||||||
<!-- ****************************** -->
|
<!-- ****************************** -->
|
||||||
|
|
||||||
<!-- Hi guys, this document is for the FOSC website. You probably already know that, otherwise you can visit him here "https://fosc.space/" -->
|
<head>
|
||||||
<!-- First, I'm sorry if there's any mistake, I'm not an expert yet. -->
|
|
||||||
<!-- Second, this document is free, so you can see it, use it and modify it as you wish. -->
|
|
||||||
<!-- Finally, the document is divided into parts for better reading. The style pages and scripts are in different documents. The google fonts and others icons are linked in head section. -->
|
|
||||||
<!-- That's all, thank you. -->
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>FOSC - Free Open Source Club</title>
|
<title>FOSC - Free Open Source Club</title>
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta name="description" content="FOSC: Hackerspace located at Universidad Politecnica de Cartagena (UPCT)">
|
||||||
<meta name="description" content="FOSC, Hackerspace from Cartagena">
|
|
||||||
<meta name="keywords" content="Open Source, Free Software, Linux, Hackerspace, Foss">
|
|
||||||
<meta name="author" content="FOSC">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="icon" href="img/Logo-invert.png" type="image/gif">
|
<link rel="icon" href="img/Logo-invert.png" type="image/gif">
|
||||||
<link rel="apple-touch-icon" href="img/Logo-invert.png">
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user