Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이해님
/
term-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yulim KIM
2020-12-07 01:00:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6721cfd7b89da3d686bb420b7352c81abfa4e12f
6721cfd7
1 parent
b634fe4e
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
views/popular.html
views/popular.html
0 → 100644
View file @
6721cfd
1
+
<html>
2
+
3
+
<body>
4
+
5
+
<script>
6
+
alert
(
"Hello, world!"
);
7
+
8
+
9
+
console
.
log
(
tweets3
);
10
+
11
+
12
+
</script>
13
+
14
+
15
+
</body>
16
+
17
+
</html>
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment