mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-07 22:17:23 +01:00
15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Ffmprovisor</title>
|
||
|
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
||
|
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||
|
<%= csrf_meta_tags %>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<%= yield %>
|
||
|
|
||
|
</body>
|
||
|
</html>
|