-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>About the Mod</title> | ||
<title>About the Mod</title> | ||
<style> | ||
img { | ||
.img { border-radius: 8px; | ||
} | ||
.p | ||
{ | ||
background-image: url('https://i.imgur.com/ViyvbQ7.png'); | ||
} | ||
border-radius: 8px; | ||
</style> | ||
</head> | ||
<body> | ||
<h1> also <strong>under</strong> construction</h1> | ||
<h2> Derec's Earth Mod, officially known as the Earth Mobs Mod, was oficially uploaded onto CurseForge on June 27th | ||
2020 but had existed as an idea since earlier that year </h2> | ||
<img src = 'https://i.imgur.com/ZbO4BbP.png' alt = "", width = "1280" height = "720"> | ||
<div class = "p"> | ||
<h1> also | ||
<strong>under</strong> construction | ||
</h1> | ||
<h2> Derec's Earth Mod, officially known as the Earth Mobs Mod, was oficially uploaded onto CurseForge on June 27th | ||
2020 but had existed as an idea since earlier that year | ||
</h2> | ||
<img src = 'https://i.imgur.com/ZbO4BbP.png' alt = "", width = "1280" height = "720"> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters