Update index.html
This commit is contained in:
parent
d227b88207
commit
bee368f03e
|
@ -4,7 +4,12 @@
|
||||||
<title>How To Install Applications Onto DremJS</title>
|
<title>How To Install Applications Onto DremJS</title>
|
||||||
</head>
|
</head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
code { background-color: gray; color: white; }
|
code {
|
||||||
|
background-color: gray;
|
||||||
|
color: white;
|
||||||
|
padding: 20px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<h1>
|
<h1>
|
||||||
|
|
Loading…
Reference in a new issue