Files
ERP-upgrade/public/assets/libs/select2/docs/_layouts/home.html
Kwesi Banson Jnr b71f5c7553 Initial commit
2026-07-17 09:58:21 +00:00

24 lines
336 B
HTML
Executable File

<!doctype html>
<html class="s2-docs-home">
<head>
{% include head.html %}
</head>
<body>
{% include navigation.html %}
{{ content }}
{% include footer.html %}
<script>
(function () {
'use strict';
prettyPrint();
})();
</script>
{% include ga.html %}
</body>
</html>