mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
frontend integration
This commit is contained in:
4
templates/components/footers.html
Normal file
4
templates/components/footers.html
Normal file
@@ -0,0 +1,4 @@
|
||||
</body>
|
||||
<link rel="stylesheet" href="<.= &*crate::CSS .>" type="text/css" media="all">
|
||||
<script src="<.= &*crate::JS .>"></script>
|
||||
</html>
|
||||
7
templates/components/headers.html
Normal file
7
templates/components/headers.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title><.= title .>|<.= name .></title>
|
||||
</head>
|
||||
<body>
|
||||
Reference in New Issue
Block a user