Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Place your settings in this file to overwrite default and user settings.
{
}
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#First-Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chatty Kathy</title>
<link rel="stylesheet" href="mystyle.css">
<script src="three.js"></script>
</head>
<body>
</body>
</html>
Hopefully a chat or forum
for peoole to go who needd support
they will always have someone to talk to
possibly some other type of social network
open to ideas


9 changes: 9 additions & 0 deletions Range
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<div class="bar bar-header,bar-balanced>
<h1 class"title">Range</h1>
</div>
<div style="margin-top:50px">
<div class="item range">
<input type="range">
</div>
</div>

Empty file added html_test
Empty file.
23 changes: 23 additions & 0 deletions outline updates.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>A Regular Chatty Kathy</title>
<!--Possible title for a chat website-->
<meta name="Viewport" content="width=device-width,initial-scale=1">
<link rel="Stylesheet" href="mystyle.css">
<link rel="stylesheet" href-"css/ionic.css>
<script src="js/ionic.bundle.js></script>
<style></style>
</head>
<body>
<body ng-controller-"myCtrl">
<ion-spinner icon="android"></ion-spinner>
<script>
angular.module('ionicApp'['ionic']).controller('myCtrl'function($scope,$ionicSideMenuDelegate){
)
};
<banner><center><strong>A regular Chatty Cathy</strong></center><banner>

</body>
</html>
Empty file added python.py
Empty file.