Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
jiangtao
TypeScript
提交
812b4a84
T
TypeScript
项目概览
jiangtao
/
TypeScript
与 Fork 源项目一致
Fork自
inscode / TypeScript
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TypeScript
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
812b4a84
编写于
6月 21, 2023
作者:
6
626a44894779c90d95441b69
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Auto Commit
上级
8abd2472
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
77 addition
and
2 deletion
+77
-2
index.ts
index.ts
+77
-2
未找到文件。
index.ts
浏览文件 @
812b4a84
const
s
:
string
=
"
欢迎来到 InsCode
"
;
<!
DOCTYPE
html
>
console
.
log
(
s
);
<
html
lang
=
"
en
"
>
<
head
>
<
meta
charset
=
"
UTF-8
"
>
<
title
>
Product
Hunt
Home
Page
<
/title
>
<
link
rel
=
"
stylesheet
"
href
=
"
https://cdn.tailwindcss.com/dist/tailwind.min.css
"
>
<
/head
>
<
body
class
=
"
bg-gray-100
"
>
<!--
Top
Navbar
-->
<
nav
class
=
"
bg-white shadow
"
>
<
div
class
=
"
max-w-7xl mx-auto px-4 sm:px-6 lg:px-8
"
>
<
div
class
=
"
flex justify-between h-16
"
>
<
div
class
=
"
flex
"
>
<
a
href
=
"
/
"
class
=
"
flex-shrink-0 flex items-center
"
>
<
img
class
=
"
block lg:hidden h-8 w-auto
"
src
=
"
https://via.placeholder.com/150x50
"
alt
=
"
Product Hunt
"
>
<
img
class
=
"
hidden lg:block h-8 w-auto
"
src
=
"
https://via.placeholder.com/200x50
"
alt
=
"
Product Hunt
"
>
<
/a
>
<
div
class
=
"
hidden sm:ml-6 sm:flex
"
>
<
a
href
=
"
#
"
class
=
"
mx-2 px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out
"
>
Products
<
/a
>
<
a
href
=
"
#
"
class
=
"
mx-2 px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out
"
>
Collections
<
/a
>
<
a
href
=
"
#
"
class
=
"
mx-2 px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out
"
>
Conversations
<
/a
>
<
/div
>
<
/div
>
<
div
class
=
"
hidden sm:ml-6 sm:flex
"
>
<
a
href
=
"
#
"
class
=
"
mx-2 px-3 py-2 rounded-md text-sm font-medium text-gray-600 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out
"
>
Login
<
/a
>
<
a
href
=
"
#
"
class
=
"
mx-2 px-3 py-2 bg-blue-600 rounded-md text-sm font-medium text-white hover:bg-blue-500 focus:outline-none focus:bg-blue-500 transition duration-150 ease-in-out
"
>
Sign
Up
<
/a
>
<
/div
>
<
div
class
=
"
-mr-2 flex items-center sm:hidden
"
>
<
button
type
=
"
button
"
class
=
"
inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out
"
id
=
"
main-menu
"
aria
-
label
=
"
Main menu
"
aria
-
expanded
=
"
false
"
>
<
svg
class
=
"
block h-6 w-6
"
stroke
=
"
currentColor
"
fill
=
"
none
"
viewBox
=
"
0 0 24 24
"
>
<
path
stroke
-
linecap
=
"
round
"
stroke
-
linejoin
=
"
round
"
stroke
-
width
=
"
2
"
d
=
"
M4 6h16M4 12h16M4 18h16
"
><
/path
>
<
/svg
>
<
svg
class
=
"
hidden h-6 w-6
"
stroke
=
"
currentColor
"
fill
=
"
none
"
viewBox
=
"
0 0 24 24
"
>
<
path
stroke
-
linecap
=
"
round
"
stroke
-
linejoin
=
"
round
"
stroke
-
width
=
"
2
"
d
=
"
M6 18L18 6M6 6l12 12
"
><
/path
>
<
/svg
>
<
/button
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
hidden sm:hidden
"
id
=
"
mobile-menu
"
>
<
div
class
=
"
px-2 pt-2 pb-3
"
>
<
a
href
=
"
#
"
class
=
"
block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out
"
>
Products
<
/a
>
<
a
href
=
"
#
"
class
=
"
block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out
"
>
Collections
<
/a
>
<
a
href
=
"
#
"
class
=
"
block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50 focus:outline-none focus:text-gray-900 focus:bg-gray-50 transition duration-150 ease-in-out
"
>
Conversations
<
/a
>
<
/div
>
<
div
class
=
"
pt-4 pb-3 border-t border-gray-200
"
>
<
div
class
=
"
flex items-center px-4
"
>
<
div
class
=
"
flex-shrink-0
"
>
<
img
class
=
"
h-10 w-10 rounded-full
"
src
=
"
https://via.placeholder.com/50x50
"
alt
=
""
>
<
/div
>
<
div
class
=
"
ml-3
"
>
<
div
class
=
"
text-base font-medium leading-none text-gray-800
"
>
John
Doe
<
/div
>
<
div
class
=
"
text-sm font-medium leading-none text-gray-500
"
>
john
@
example
.
com
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
mt-3 px-2
"
>
<
a
href
=
"
#
"
class
=
"
block px-3 py-2 rounded-md text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100 focus:outline-none focus:text-gray-800 focus:bg-gray-100 transition duration-150 ease-in-out
"
>
Dashboard
<
/a
>
<
a
href
=
"
#
"
class
=
"
block px-3 py-2 rounded-md text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100 focus:outline-none focus:text-gray-800 focus:bg-gray-100 transition duration-150 ease-in-out
"
>
Account
Settings
<
/a
>
<
a
href
=
"
#
"
class
=
"
block px-3 py-2 rounded-md text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100 focus:outline-none focus:text-gray-800 focus:bg-gray-100 transition duration-150 ease-in-out
"
>
Sign
out
<
/a
>
<
/div
>
<
/div
>
<
/div
>
<
/nav
>
<!--
Hero
Section
-->
<
div
class
=
"
bg-white shadow
"
>
<
div
class
=
"
max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:px-8
"
>
<
h1
class
=
"
text-4xl leading-10 font-extrabold tracking-tight text-gray-900 sm:text-5xl sm:leading-none md:text-6xl
"
>
Discover
Your
Next
Favorite
Thing
<
/h1
>
<
div
class
=
"
mt-6 sm:max-w-lg sm:mx-auto
"
>
<
div
class
=
"
text-center
"
>
<
form
action
=
"
#
"
method
=
"
POST
"
class
=
"
sm:flex
"
>
<
input
type
=
"
text
"
name
=
"
email
"
id
=
"
email
"
autocomplete
=
"
email
"
required
class
=
"
w-full px-4 py-3 rounded-md text-gray-900 focus:outline-none focus:border-blue-500 transition duration-150 ease-in-out sm:max-w-xs
"
placeholder
=
"
Enter your email
"
>
<
button
type
=
"
submit
"
class
=
"
mt-4 sm:mt-0 sm:ml-3 w-full uppercase tracking-widest font-semibold bg-blue-500 text-white rounded-md py-3 px-4 hover:bg-blue-400 focus:outline-none focus:bg-blue-400 transition duration-150 ease-in-out sm:w-auto sm:text-base
"
>
Get
Started
<
/button
>
<
/form
>
<
p
class
=
"
mt-3 text-sm leading-5 text-gray-
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录