mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-22 16:05:03 +08:00
click logo opens in new tab + fix intro transition
This commit is contained in:
parent
1d8a0c6343
commit
9a3012ef27
2
public/chat.html
vendored
2
public/chat.html
vendored
@ -37,7 +37,7 @@
|
||||
</head>
|
||||
<body id="body" onresize="windowResized()">
|
||||
<div id="header">
|
||||
<a href="/">
|
||||
<a target="_blank" href="/">
|
||||
<img src="/images/logo.svg" alt="Neon" width="48" height="48" />
|
||||
<p>Zipcall</p>
|
||||
</a>
|
||||
|
4
public/landing.html
vendored
4
public/landing.html
vendored
@ -129,7 +129,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="tiles-wrap">
|
||||
<div class="tiles-item reveal-from-left">
|
||||
<div class="tiles-item reveal-from-right">
|
||||
<div class="tiles-item-inner">
|
||||
<div class="features-tiles-item-header">
|
||||
<div class="features-tiles-item-image mb-16">
|
||||
@ -196,7 +196,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tiles-item reveal-from-right">
|
||||
<div class="tiles-item reveal-from-left">
|
||||
<div class="tiles-item-inner">
|
||||
<div class="features-tiles-item-header">
|
||||
<div class="features-tiles-item-image mb-16">
|
||||
|
Loading…
x
Reference in New Issue
Block a user