|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<style> |
|
|
|
body, html { |
|
margin: 0; |
|
padding: 0; |
|
height: 100%; |
|
overflow: hidden; |
|
} |
|
|
|
|
|
iframe { |
|
width: 100%; |
|
height: 100%; |
|
border: none; |
|
} |
|
|
|
|
|
body, html { |
|
margin: 0; |
|
padding: 0; |
|
height: 100%; |
|
overflow: hidden; |
|
} |
|
|
|
|
|
iframe { |
|
width: 100%; |
|
height: 100%; |
|
border: none; |
|
} |
|
|
|
|
|
div { |
|
text-align: center; |
|
background-color: #f0f0f0; |
|
padding: 10px; |
|
position: relative; |
|
z-index: 2; |
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); |
|
} |
|
|
|
|
|
div a { |
|
margin: 0 10px; |
|
color: #007bff; |
|
text-decoration: none; |
|
} |
|
|
|
div a:hover { |
|
text-decoration: underline; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div style="text-align: center;"> |
|
<a href="https://abdelhaqueidali.github.io/Numbers-To-Amazigh-Words/">Original webpage</a> <a href="https://github.com/abdelhaqueidali/Numbers-To-Amazigh-Words">Original Repository</a> |
|
</div> |
|
<iframe src="https://abdelhaqueidali.github.io/Numbers-To-Amazigh-Words/"></iframe> |
|
</body> |
|
</html> |