File size: 2,191 Bytes
db6fa3e
cced289
db6fa3e
 
 
 
cced289
 
db6fa3e
 
cced289
 
db6fa3e
 
cced289
 
db6fa3e
 
cced289
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
db6fa3e
 
 
cced289
 
 
f2046d4
db6fa3e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        /* Reset default margin and padding */
        body, html {
            margin: 0;
            padding: 0;
            height: 100%; /* Make sure body and html take up the full height */
            overflow: hidden; /* Prevent scrollbars on the outer page */
        }

        /* Style the iframe to take up the entire viewport */
        iframe {
            width: 100%;
            height: 100%;
            border: none; /* Remove default iframe border */
        }
        
        /* Reset default margin and padding */
body, html {
    margin: 0;
    padding: 0;
    height: 100%; /* Make sure body and html take up the full height */
    overflow: hidden; /* Prevent scrollbars on the outer page */
}

/* Style the iframe to take up the entire viewport */
iframe {
    width: 100%;
    height: 100%;
    border: none; /* Remove default iframe border */
}

/* Style for the div containing the links */
div {
    text-align: center;  /* Center the links horizontally */
    background-color: #f0f0f0; /* Light gray background (optional) */
    padding: 10px;          /* Add some padding around the links */
    position: relative;    /* Important for z-index to work */
    z-index: 2;            /* Ensure the div is above the iframe */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow (optional) */
}

/* Style for the links themselves (optional) */
div a {
    margin: 0 10px;       /* Add some horizontal spacing between links */
    color: #007bff;       /* Blue link color (adjust as desired) */
    text-decoration: none; /* Remove underline (optional) */
}

div a:hover {
    text-decoration: underline; /* Add underline on hover (optional) */
}
    </style>
</head>
<body>
  <div style="text-align: center;">
    <a href="https://abdelhaqueidali.github.io/Amazigh-Spell-Checker/">Original webpage</a> <a href="https://github.com/abdelhaqueidali/Amazigh-Spell-Checker">Original Repository</a>
</div>
  <iframe src="https://abdelhaqueidali.github.io/Amazigh-Spell-Checker/"></iframe>
</body>
</html>