Files
vvveb-cms/static/Vvvebjs/demo/landing/src/about.html

22 lines
368 B
HTML
Raw Normal View History

2026-05-17 21:09:32 +08:00
@@include('./_includes/html-head.html', {
"title": "Vvveb Themes - Page",
"path": "",
"path":"./",
'google_fonts':'',
'style':"",
})
<body class="page">
@@include('./_includes/header.html')
@@include('./_includes/_blank-breadcrumb.html')
@@include('./_includes/footer.html')
@@include('./_includes/footer-scripts.html')
</body>
</html>