Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
group-emalm
emalm-main
Commits
2554c4bc
Commit
2554c4bc
authored
Nov 20, 2020
by
carboncrafters
Browse files
fix js
parent
120024ff
Pipeline
#6
canceled with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
EULA/index.php
View file @
2554c4bc
<?php
require
$_SERVER
[
"DOCUMENT_ROOT"
]
.
'/cookie.php'
;
?>
<link
rel=
"stylesheet"
href=
"https://cdn.emalm.com/css/main.css"
>
<script
src=
"https://cdn.emalm.com/js/include.js"
></script>
<script
src=
"https://cdn.emalm.com/js/setlang.js"
></script>
</head>
<div
include=
"/menu.html"
></div>
<aside
class=
"right"
>
...
...
contact/index.php
View file @
2554c4bc
<!DOCTYPE html><?php
include
$_SERVER
[
"DOCUMENT_ROOT"
]
.
'/cookie.php'
;
?>
<link
rel=
"stylesheet"
href=
"https://cdn.emalm.com/css/main.css"
>
<script
src=
"https://cdn.emalm.com/js/include.js"
></script>
<script
src=
"https://cdn.emalm.com/js/setlang.js"
></script>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
charset=
"UTF-8"
>
<script
src=
'https://www.google.com/recaptcha/api.js'
></script>
...
...
infinite/index.php
View file @
2554c4bc
...
...
@@ -2,6 +2,8 @@
require
$_SERVER
[
"DOCUMENT_ROOT"
]
.
'/cookie.php'
;
?>
<link
rel=
"stylesheet"
href=
"https://cdn.emalm.com/css/main.css"
>
<script
src=
"https://cdn.emalm.com/js/include.js"
></script>
<script
src=
"https://cdn.emalm.com/js/setlang.js"
></script>
<html
lang=
"en"
>
<head>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment