forked from FWS/TEMPLATE-Web-site-one-page
feat(layout): shared shell and page styles
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Accueil</title>
|
||||
<link rel="stylesheet" href="../assets/main-styles/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
<main data-page-content>
|
||||
@@ -14,6 +15,7 @@
|
||||
La page principale vit dans <span>p/index/index.html</span> et le script l'injecte dans le
|
||||
<span>main</span> quand l'URL pointe vers <span>/?p/index/</span>.
|
||||
</p>
|
||||
<p class="release-badge">Download FWS</p>
|
||||
<div class="hero-actions">
|
||||
<a class="button button-primary" href="/?p/dl/" data-route="dl">Aller vers DL</a>
|
||||
<a class="button button-secondary" href="/?p/index/" data-route="index">Rester sur l'accueil</a>
|
||||
|
||||
Reference in New Issue
Block a user