forked from b00tc4mp/isdi-bootcamp-202409
-
Notifications
You must be signed in to change notification settings - Fork 0
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
8ada7a6
commit e12a4e5
Showing
82 changed files
with
5,112 additions
and
411 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,52 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Unsocial</title> | ||
<link rel="shortcut icon" href="https://static-00.iconduck.com/assets.00/blank-yellow-icon-2048x2048-lzfypkl4.png" | ||
type="image/x-icon"> <!--ICON OF THE PAGE--> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
<script src="data/users.js"></script> | ||
<script src="data/posts.js"></script> | ||
|
||
<script src="logic/createPost.js"></script> | ||
<script src="logic/getPosts.js"></script> | ||
<script src="logic/loginUser.js"></script> | ||
<script src="logic/registerUser.js"></script> | ||
|
||
<script src="proto-chain/index.js"></script> | ||
|
||
<script src="compo/Compo.js"></script> | ||
<script src="compo/Code.js"></script> | ||
<script src="compo/Button.js"></script> | ||
<script src="compo/Form.js"></script> | ||
<script src="compo/Heading.js"></script> | ||
<script src="compo/Image.js"></script> | ||
<script src="compo/Input.js"></script> | ||
<script src="compo/Label.js"></script> | ||
<script src="compo/Link.js"></script> | ||
<script src="compo/ListItem.js"></script> | ||
<script src="compo/Paragraph.js"></script> | ||
<script src="compo/PasswordInput.js"></script> | ||
<script src="compo/Preformatted.js"></script> | ||
<script src="compo/Snippet.js"></script> | ||
<script src="compo/Span.js"></script> | ||
<script src="compo/Time.js"></script> | ||
<script src="compo/UnorderedList.js"></script> | ||
|
||
<script src="view/CreatePost.js"></script> | ||
<script src="view/Home.js"></script> | ||
<script src="view/Login.js"></script> | ||
<script src="view/PostItem.js"></script> | ||
<script src="view/PostList.js"></script> | ||
<script src="view/Register.js"></script> | ||
|
||
<script src="main.js"></script> | ||
</body> | ||
|
||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.