FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
firstGitProjectTry/trangle.html at master · TechStylex/firstGitProjectTry · GitHub
TechStylex
/
firstGitProjectTry
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
firstGitProjectTry
/
trangle.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 565 Bytes
Breadcrumbs
firstGitProjectTry
/
trangle.html
Copy path
File metadata and controls
21 lines (21 loc) · 565 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>
<
html
xmlns
="
http://www.w3.org/1999/xhtml
"
lang
="
zh-CN
"
>
<
head
>
<
title
>
trangle
</
title
>
<
meta
http-equiv
="
Content-Type
"
content
="
text/html; charset=utf-8
"
/>
<
style
>
div
{
border-top
:
100
px
solid transparent;
border-left
:
100
px
solid transparent;
border-bottom
:
100
px
solid transparent;
border-right
:
100
px
solid orange;
background
:
gray;
width
:
0
px
;
height
:
0
px
;
}
</
style
>
</
head
>
<
body
>
<
div
id
="
test
"
>
</
div
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL