1
0
Förgrening 0

Fix html tags

This commit is contained in:
Pablo Moyano 2020-03-15 00:59:13 +01:00
förälder a89612b9af
incheckning e24a932e30
1 ändrade filer med 14 tillägg och 24 borttagningar

Visa fil

@ -1,34 +1,24 @@
<!DOCTYPE html>
<html lang="en"></html>
<html lang="en">
<!-- ****************************** -->
<!-- * 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/" -->
<!-- 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">
<title>FOSC - Free Open Source Club</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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">
<link rel="icon" href="img/Logo-invert.png" type="image/gif">
<link rel="apple-touch-icon" href="img/Logo-invert.png">
<head>
<meta charset="utf-8">
<title>FOSC - Free Open Source Club</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<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>
</head>
<meta name="description" content="FOSC: Hackerspace located at Universidad Politecnica de Cartagena (UPCT)">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/Logo-invert.png" type="image/gif">
<link rel="stylesheet" type="text/css" href="css/main.css">
<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>
</head>
<body>