update sample post
This commit is contained in:
parent
c3b6e0319e
commit
84da660ca9
@ -3,16 +3,23 @@
|
|||||||
|
|
||||||
<title>Hello World</title>
|
<title>Hello World</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="/static/sass/new.css" />
|
<link rel="stylesheet" type="text/css" href="/isso/css/isso.css" />
|
||||||
<script src="/isso/js/config.js"></script>
|
<script src="/isso/js/config.js"></script>
|
||||||
<script data-main="/isso/js/embed" src="/isso/js/components/requirejs/require.js"></script>
|
<script src="/isso/js/embed.min.js"></script>
|
||||||
<!--<script src="/isso/js/embed.min.js"></script>-->
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
Loading…
Reference in New Issue
Block a user