mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Merge branch 'master' into no-fonts
This commit is contained in:
commit
19fee81a5a
2 changed files with 23 additions and 2 deletions
21
.vscode/launch.json
vendored
Normal file
21
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "index.html",
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"reAttach": true,
|
||||
"file": "${workspaceFolder}/index.html",
|
||||
"reloadOnChange": {
|
||||
"watch": [
|
||||
"${workspaceFolder}/**/*.css",
|
||||
"${workspaceFolder}/**/*.html",
|
||||
],
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -6,9 +6,9 @@
|
|||
<link rel="stylesheet" href="dist/skeleton.root.css">
|
||||
<link rel="stylesheet" href="dist/paper.root.css">
|
||||
<link rel="stylesheet" href="dist/hacker.root.css">
|
||||
<link rel="stylesheet" href="dist/royalblue.root.css">
|
||||
<link rel="stylesheet" href="dist/sophon.root.css">
|
||||
<link rel="stylesheet" href="dist/amber.root.css">
|
||||
<link rel="stylesheet" href="dist/royalblue.root.css">
|
||||
<title>Bluelib 3</title>
|
||||
</head>
|
||||
<body class="theme-bluelib">
|
||||
|
@ -18,7 +18,7 @@
|
|||
<main class="main layout-threecol-center">
|
||||
<article>
|
||||
<h1>
|
||||
Bluelib 3
|
||||
Bluelib 3 Example
|
||||
</h1>
|
||||
<section class="chapter">
|
||||
<h2>
|
||||
|
|
Loading…
Reference in a new issue