/
githubmirror
/
Motrix
Обзор
Документация
Войти
/
githubmirror
/
Motrix
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.2.2
src/index.ejs
32 строки
1 KB
Dr_rOot
refactor: rename & adjust
19 дек 2018, 07:04
19 дек 2018, 07:04
dc2a11c
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Motrix</title> <% if (htmlWebpackPlugin.options.nodeModules) { %> <!-- Add `node_modules/` to global paths so `require` works properly in development --> <script> require('module').globalPaths.push('<%= htmlWebpackPlugin.options.nodeModules.replace(/\\/g, '\\\\') %>') </script> <% } %> </head> <body> <div id="app"> <div class="title-bar"></div> <section class="el-container" id="container"> <aside class="el-aside aside" style="width: 78px;"> </aside> <aside class="el-aside subnav" style="width: 200px;"> </aside> <section class="el-container main"> </section> </section> </div> <!-- Set `__static` path to static files in production --> <script> if (process.env.NODE_ENV !== 'development') window.__static = require('path').join(__dirname, '/static').replace(/\\/g, '\\\\') </script> <!-- webpack builds are automatically injected --> </body> </html>