Reorganise directory structure

pull/4/head
David Buchanan 2021-05-21 14:48:19 +01:00
rodzic 3e420f66a5
commit ffc0750a90
7 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 88 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 88 KiB

Wyświetl plik

@ -10,7 +10,7 @@
<meta property="og:description" content="RootMy.TV - Slide to root your LG webOS TV and install the webOS Homebrew Channel"> <meta property="og:description" content="RootMy.TV - Slide to root your LG webOS TV and install the webOS Homebrew Channel">
<meta property="og:image" content="https://rootmy.tv/img/thumb.jpg"> <meta property="og:image" content="https://rootmy.tv/img/thumb.jpg">
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="common.css" /> <link rel="stylesheet" href="css/common.css" />
</head> </head>
<body> <body>

Wyświetl plik

@ -3,7 +3,7 @@
<head> <head>
<title>RootMyTV - Stage 2</title> <title>RootMyTV - Stage 2</title>
<link rel="stylesheet" href="common.css" /> <link rel="stylesheet" href="css/common.css" />
</head> </head>
<body> <body>
@ -17,7 +17,7 @@
</article> </article>
</section> </section>
<hr> <hr>
<script src="webOSTV.js"></script> <script src="lib/webOSTV.js"></script>
<script> <script>
function log(str) { function log(str) {
var logBox = document.querySelector('#log'); var logBox = document.querySelector('#log');