mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 03:53:14 +02:00
feat: Loading source plugins
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||
<meta name="description" content="Tizen basic template generated by Tizen Web IDE"/>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="description" content="Tizen basic template generated by Tizen Web IDE" />
|
||||
|
||||
<title>Tizen Web IDE - Tizen - Samsung Tizen TV basic Application</title>
|
||||
<title>Tizen Web IDE - Tizen - Samsung Tizen TV basic Application</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css"/>
|
||||
<script src="js/main.js"></script>
|
||||
<meta http-equiv="refresh" content="0; url=dist/index.html" />
|
||||
</head>
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
<script src="js/main.js"></script>
|
||||
<meta http-equiv="refresh" content="0; url=dist/index.html" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<body></body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user