-
Notifications
You must be signed in to change notification settings - Fork 53
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
1 parent
d8773c2
commit e31e42c
Showing
1 changed file
with
27 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,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Chromebook utilities</title> | ||
<link href="chromebook-utilities/style.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
|
||
<body> | ||
<script src="chromebook-utilities/script.js"></script> | ||
|
||
<h1> Chromebook utilities </h1> | ||
<h2> <b> A repo full of stuff you can do on your chromebooks! </b> </h2> | ||
<p>What you can find here</p> | ||
<li> Exploits </li> | ||
<li> Games - includes Roblox and Minecraft </li> | ||
<li> Tutorials to make proxies </li> | ||
<li> Hubs full of stuff </li> | ||
<li> Movies </li> | ||
<li> Anime </li> | ||
<li> AI </li> | ||
<li> Cheats for quizzes </li> | ||
<li> Proxy Discords </li> | ||
</body> | ||
</html> |