Skip to content

Commit

Permalink
Base implementation for new Crunchyroll API
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Jan 18, 2024
1 parent 0b385c1 commit b311087
Show file tree
Hide file tree
Showing 34 changed files with 20,934 additions and 16,957 deletions.
3 changes: 3 additions & 0 deletions src/icons/explore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/watchlist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="shortcut icon" href="images/130px.png" type="image/png">

</head>
<body data-proxy="">
<body data-proxy-url="" data-proxy-encode="true">

<div id="main" data-keyboard-navigation>

Expand All @@ -24,34 +24,34 @@

</div>

<script type="text/template" id="template-login">
<!-- @import "templates/login.html" -->
</script>

<script type="text/template" id="template-menu">
<!-- @import "templates/menu.html" -->
<script type="text/template" id="template-explore">
<!-- @import "templates/explore.html" -->
</script>

<script type="text/template" id="template-history">
<!-- @import "templates/history.html" -->
</script>

<script type="text/template" id="template-queue">
<!-- @import "templates/queue.html" -->
<script type="text/template" id="template-login">
<!-- @import "templates/login.html" -->
</script>

<script type="text/template" id="template-menu">
<!-- @import "templates/menu.html" -->
</script>

<script type="text/template" id="template-serie">
<!-- @import "templates/serie.html" -->
</script>

<script type="text/template" id="template-series">
<!-- @import "templates/series.html" -->
</script>

<script type="text/template" id="template-video">
<!-- @import "templates/video.html" -->
</script>

<script type="text/template" id="template-watchlist">
<!-- @import "templates/watchlist.html" -->
</script>

<script defer src="libraries/polyfills.js"></script>
<script defer src="libraries/hls.js"></script>
<script type="module" src="scripts/main.ts"></script>
Expand Down
Loading

0 comments on commit b311087

Please sign in to comment.