Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inlab6
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ABHIJEET SINGH YADAV
inlab6
Commits
6b419087
Commit
6b419087
authored
Aug 21, 2018
by
DEVANSH GARG
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.cse.iitb.ac.in/abhijeetsingh/inlab6
parents
bcba6c1c
7199a08c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
170050021/t2.html
170050021/t2.html
+19
-0
README.md
README.md
+0
-0
No files found.
170050021/t2.html
0 → 100644
View file @
6b419087
<DOCTYPE
!
HTML
>
<html>
<title>
javascript
</title>
<body>
<script>
var
fxn
=
function
()
{
var
count
=
new
Date
();
//count++;
document
.
getElementById
(
'
time
'
).
innerHTML
=
count
;
}
setInterval
(
fxn
,
1000
);
</script>
<div
id=
time
></div>
</body>
</html>
\ No newline at end of file
README.md
0 → 100644
View file @
6b419087
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment