Merge pull request #288 from twbs/use-defaults
JS & CSS are the default for <script> & <style>
This commit is contained in:
Коммит
afce09c192
|
@ -26,7 +26,7 @@
|
|||
<script src="ratchet.js"></script>
|
||||
|
||||
<!-- Intro paragraph styles. Delete once you start using this page -->
|
||||
<style type="text/css">
|
||||
<style>
|
||||
.welcome {
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
<script src="../assets/js/fingerblast.js"></script>
|
||||
|
||||
<!-- Typekit -->
|
||||
<script type="text/javascript" src="//use.typekit.net/asj6ttm.js"></script>
|
||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||
<script src="//use.typekit.net/asj6ttm.js"></script>
|
||||
<script>try{Typekit.load();}catch(e){}</script>
|
||||
|
||||
<!-- Roboto -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500' rel='stylesheet' type='text/css'>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<script src="ratchet.js"></script>
|
||||
|
||||
<!-- Intro paragraph styles. Delete once you start using this page -->
|
||||
<style type="text/css">
|
||||
<style>
|
||||
.welcome {
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
|
|
Загрузка…
Ссылка в новой задаче