Index: correct path to new styles, remove intro about PL.
parent
339d6aff18
commit
db6df4892a
|
@ -42,7 +42,7 @@
|
|||
<script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script>
|
||||
-->
|
||||
<link rel="stylesheet" href="styles/main.css">
|
||||
<link rel="stylesheet" href="styles/style.css">
|
||||
<link rel="stylesheet" href="styles/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Add your site or application content here -->
|
||||
|
@ -50,10 +50,6 @@
|
|||
<article>
|
||||
<h1>Welcome to Sushi</h1>
|
||||
<h2>The Multi-screen web development kit</h2>
|
||||
<h3>Styles</h3>
|
||||
|
||||
<p>Check out our <a href="../patterns/public/index.html">pattern library</a> for more info on our styles. We give you pretty defaults in <a href="styles/style.css">/css/style.css</a> which you're free to customize.</p>
|
||||
<p>You can also <a href="https://github.com/pattern-lab/patternlab-node">generate</a> your own pattern guide with <a href="http://patternlab.io">Pattern Lab</a> in the /patterns directory.</p>
|
||||
</article>
|
||||
<!-- end what you should remove -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue