mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 23:49:56 +00:00
Update test to index
This commit is contained in:
parent
9ffcca35f0
commit
97f9bc966c
26
bower_components/keyrune/.bower.json
vendored
26
bower_components/keyrune/.bower.json
vendored
@ -1,14 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"homepage": "https://github.com/andrewgioia/keyrune",
|
"description": "Keyrune",
|
||||||
"_release": "1c9e332020",
|
"keywords": [],
|
||||||
|
"homepage": "http://andrewgioia.com",
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
|
"license": [
|
||||||
|
"OFL-1.1",
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"main": [
|
||||||
|
"./css/keyrune.css",
|
||||||
|
"./fonts/*"
|
||||||
|
],
|
||||||
|
"ignore": [
|
||||||
|
"*/.*",
|
||||||
|
"*.json",
|
||||||
|
"*.md"
|
||||||
|
],
|
||||||
|
"_release": "f75e052d18",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "branch",
|
"type": "branch",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"commit": "1c9e33202046152b8e5f8969ca63edb4974584ec"
|
"commit": "f75e052d18d9e4f2cdc2f76d3fd4a18b1617da82"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/andrewgioia/keyrune.git",
|
"_source": "git://github.com/andrewgioia/keyrune.git",
|
||||||
"_target": "*",
|
"_target": "*",
|
||||||
"_originalSource": "andrewgioia/keyrune",
|
"_originalSource": "andrewgioia/keyrune"
|
||||||
"_direct": true
|
|
||||||
}
|
}
|
@ -4,8 +4,8 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
<title>Keyrune | Andrew Gioia</title>
|
<title>Keyrune | Andrew Gioia</title>
|
||||||
|
<link rel="stylesheet" href="bower_components/keyrune/css/keyrune.css" />
|
||||||
<link rel="stylesheet" href="css/main.css" />
|
<link rel="stylesheet" href="css/main.css" />
|
||||||
<link rel="stylesheet" href="stylesheets/pygment_trac.css" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
Main body
|
<p>Main body</p>
|
||||||
|
<p>Tempest: <i class="ss ss-tmp"></i></p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user