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