From 7b8759c6929fbdb3f1234f4683329f0489707b5b Mon Sep 17 00:00:00 2001 From: Muhammad Iqbal Rifai Date: Wed, 4 Jul 2018 10:14:53 +0200 Subject: [PATCH] Add 'public/dist/html/show.ejs' --- public/dist/html/show.ejs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/dist/html/show.ejs diff --git a/public/dist/html/show.ejs b/public/dist/html/show.ejs new file mode 100644 index 0000000..a7a09ba --- /dev/null +++ b/public/dist/html/show.ejs @@ -0,0 +1,15 @@ +<% include ./layouts/header %>

<%- episode.serieTitle %> <%- episode.chapter %>


<%- episode.server %>
\ No newline at end of file