-
Notifications
You must be signed in to change notification settings - Fork 6
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
72 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<document> | ||
<info> | ||
<title>Frogge</title> | ||
</info> | ||
<content> | ||
<h1>look at these cool frogs!</h1> | ||
<p>he a FATTY!!!</p> | ||
<img src="https://static.boredpanda.com/blog/wp-content/uploads/2015/05/frog-photography-27__880.jpg" width="100%" /> | ||
<p>hes so cool!</p> | ||
<img src="https://cdn.britannica.com/09/174009-050-82793AAE/Frog-Amphibian-Blue-poison-dart-frog-arrow.jpg" width="100%" /> | ||
<p>nice shades bro!</p> | ||
<img src="https://i.pinimg.com/originals/a1/84/6c/a1846c77ee26c9d3e646e096c46526dc.jpg" width="100%" /> | ||
<p>motorbike gaming!</p> | ||
<img src="https://assets.change.org/photos/9/pt/ni/RWPtNipldTTDpdP-800x450-noPad.jpg?1512531612" width="100%" /> | ||
<p>the BROS!!! (me and objecter)</p> | ||
<img src="https://www.sciencefriday.com/wp-content/uploads/2023/04/frogs-happy-min.jpg" width="100%" /> | ||
<p>the final frog (BATTLE FOR FORD)</p> | ||
<img src="https://static.wikia.nocookie.net/battle-for-cool-frog-bfcf/images/d/d8/FrugoPose.png" width="100%" /> | ||
<p>tank u so much for lookin at coole froges</p> | ||
<h1>BYE!!!!!!!</h1> | ||
<p>made by ayanbadin</p> | ||
</content> | ||
<style> | ||
#this h1 { | ||
background-size: 100% 100%; | ||
background-clip: text; | ||
background-image: linear-gradient(93deg, rgba(255,0,0,1) 0%, rgba(254,255,0,1) 20%, rgba(0,255,0,1) 40%, rgba(0,255,214,1) 60%, rgba(0,4,255,1) 80%, rgba(255,0,219,1) 100%); | ||
color: transparent; | ||
font-size: 50px; | ||
font-family: "Comic Sans MS"; | ||
display: inline-block; | ||
} | ||
|
||
#this p { | ||
font-size: 30px; | ||
font-family: "Comic Sans MS"; | ||
margin-top: 50px; | ||
} | ||
</style> | ||
</document> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// An example metadata file for an application | ||
{ | ||
// Name for your application | ||
name: "Cool Froges", | ||
// A simple description for your application | ||
shortDescription: "very swagger frogs", | ||
// Description for your application | ||
description: "very swagger frogs", | ||
// Who created this app? Should be the same as the folder name, or a localized string version. | ||
author: "Ayanbadin", | ||
// The catergory of your app. Should be one of the following: | ||
// "Entertainment", "Work", "Play" | ||
category: "Entertainment", | ||
// The minimum core version your app is compatible with. | ||
compatibleWith: 1.6, | ||
// App assets (shown in the app store) | ||
assets: { | ||
path: "app.pml", | ||
icon: "assets/icon.png", | ||
banner: null, | ||
}, | ||
// The version history of your app (descending). | ||
versions: [ | ||
{ | ||
ver: "1.0.0", | ||
cmp: 1.3, | ||
date: "2024-07-01T00:00:00.000Z", | ||
}, | ||
], | ||
// A long description (text only) of the details of the latest update. | ||
latestVersionInfo: "NEW SWAG UPDATE!!\n• Added motorbike 3D\n• Added COOL froges!", | ||
} |