connect-cachify/example/index.ejs

12 строки
218 B
Plaintext
Исходник Обычный вид История

2012-02-16 03:04:50 +04:00
<!DOCTYPE html>
<html>
<head>
<title> i love cachify </title>
2012-02-16 03:08:48 +04:00
<%- cachify_css('/prod/min.css') %>
2012-02-16 03:04:50 +04:00
</head>
<body>
This is a page that uses cachify
</body>
<%- cachify_js('/prod/min.js') %>
</html>