Get started with epitome CDN
MIT licensed
The Epitome library is a lightweight, high-performance caching solution for frequently-changing web content.
Tags:- mootools
- epitome
- mvc
- mvp
Stable version
Copied!
How to start using epitome CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with epitome CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/epitome/0.3.0/Epitome-min.js"></script>
</head>
<body>
<h1>Welcome to Epitome Example</h1>
<button id="load-button">Load Asset</button>
<script src="app.js"></script>
</body>
</html>
Copied!