fix: handle linking
This commit is contained in:
parent
7199a5c3d5
commit
7f2f977ea2
11 changed files with 53 additions and 43 deletions
10
dist/chlore.html
vendored
10
dist/chlore.html
vendored
|
@ -8,10 +8,16 @@
|
|||
<meta name="description" content="La page d'accueil du projet chlore.">
|
||||
<meta name="author" content="Kazhnuz">
|
||||
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
<!-- dependencies -->
|
||||
<link rel="stylesheet" href="dep/bootstrap/css/bootstrap.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">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
12
dist/color-test.html
vendored
12
dist/color-test.html
vendored
|
@ -12,11 +12,15 @@
|
|||
<!-- mon icon -->
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
<!-- dependencies -->
|
||||
<link rel="stylesheet" href="dep/bootstrap/css/bootstrap.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">
|
||||
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
13
dist/index.html
vendored
13
dist/index.html
vendored
|
@ -12,13 +12,16 @@
|
|||
<!-- mon icon -->
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
<!-- dependencies -->
|
||||
<link rel="stylesheet" href="dep/bootstrap/css/bootstrap.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">
|
||||
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="wrapper">
|
||||
|
|
12
dist/minimal.html
vendored
12
dist/minimal.html
vendored
|
@ -12,11 +12,15 @@
|
|||
<!-- mon icon -->
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
<!-- dependencies -->
|
||||
<link rel="stylesheet" href="dep/bootstrap/css/bootstrap.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">
|
||||
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
12
dist/preview.html
vendored
12
dist/preview.html
vendored
|
@ -12,11 +12,15 @@
|
|||
<!-- mon icon -->
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
<!-- dependencies -->
|
||||
<link rel="stylesheet" href="dep/bootstrap/css/bootstrap.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">
|
||||
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -8,9 +8,7 @@
|
|||
<meta name="description" content="La page d'accueil du projet chlore.">
|
||||
<meta name="author" content="Kazhnuz">
|
||||
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!--=include includes/_links.html -->
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
@ -12,11 +12,7 @@
|
|||
<!-- mon icon -->
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<!--=include includes/_links.html -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
8
src/includes/_links.html
Normal file
8
src/includes/_links.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!-- dependencies -->
|
||||
<link rel="stylesheet" href="dep/bootstrap/css/bootstrap.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">
|
|
@ -12,13 +12,8 @@
|
|||
<!-- mon icon -->
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<!--=include includes/_links.html -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="wrapper">
|
||||
|
|
|
@ -12,11 +12,7 @@
|
|||
<!-- mon icon -->
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<!--=include includes/_links.html -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -12,11 +12,7 @@
|
|||
<!-- mon icon -->
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<!-- framework utilisés -->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/fork-awesome.css" rel="stylesheet">
|
||||
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<!--=include includes/_links.html -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Reference in a new issue