13 lines
603 B
HTML
13 lines
603 B
HTML
<!-- mon icon -->
|
|
<link rel="shortcut icon" href="img/favicon.png">
|
|
|
|
<!-- dependencies -->
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,800&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Amatic+SC&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="dep/spectre/css/spectre.min.css">
|
|
<link rel="stylesheet" href="dep/fork-awesome/css/fork-awesome.min.css">
|
|
<script src="dep/jquery/jquery.js"></script>
|
|
<script src="dep/bootstrap/js/bootstrap.min.js"></script>
|
|
|
|
<!-- style and js -->
|
|
<link rel="stylesheet" href="style.css">
|