We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc0565 commit a6267eaCopy full SHA for a6267ea
example/index.html
@@ -15,7 +15,7 @@
15
flex-direction: column;
16
}
17
18
- #warning {
+ #attention {
19
text-align: center;
20
text-decoration: underline;
21
@@ -45,7 +45,7 @@
45
</style>
46
</head>
47
<body>
48
- <div id="warning">You are about to host files on the public IPFS network!</div>
+ <div id="attention"><strong>Attention:</strong> Files added will be hosted on the <strong>public</strong> IPFS network!</div>
49
<div id="entry-zone" class="drop-zone">
50
Drop files or folders (FileSystemEntry API)
51
</div>
0 commit comments