diff --git a/AIn/atlas_games/index.html b/AIn/atlas_games/index.html new file mode 100644 index 0000000..da1ecb0 --- /dev/null +++ b/AIn/atlas_games/index.html @@ -0,0 +1,19 @@ + + + +
+ + + + + + + + +Hello world!
+ + + diff --git a/AIn/atlas_games/index.js b/AIn/atlas_games/index.js new file mode 100644 index 0000000..5088412 --- /dev/null +++ b/AIn/atlas_games/index.js @@ -0,0 +1,7 @@ +let url = "https://media.discordapp.net/attachments/662775844032348171/872287608061952062/unknown.png?width=735&height=613"; + + +let img = document.createElement('img'); + +img.src = url; +document.body.appendChild(img); diff --git a/AIn/atlas_games/manifest.json b/AIn/atlas_games/manifest.json new file mode 100644 index 0000000..f10e7f2 --- /dev/null +++ b/AIn/atlas_games/manifest.json @@ -0,0 +1,4 @@ +{ + "display": "standalone", + "orientation": "portrait" +} \ No newline at end of file diff --git a/atlas.html b/atlas.html index 5632ee7..d5d436f 100644 --- a/atlas.html +++ b/atlas.html @@ -7,8 +7,6 @@ - -