Difference between revisions of "Html"

From Wasya Wiki
Jump to: navigation, search
(Created page with "<pre> <p class="text-center"> <video width="640" height="480" controls=""> <source src=""> Your browser does not support the video tag. </video> </p> <p class="te...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
 +
certbot run -d $DOMAIN --nginx -n --expand
 +
 +
Color picker: https://www.w3schools.com/colors/colors_picker.asp
 +
 +
Unlimited music downloads: https://www.bensound.com/pricing
 +
 +
Google cloud billing (make sure it's at zero): https://console.cloud.google.com/billing/
 +
 
<pre>
 
<pre>
 
<p class="text-center">
 
<p class="text-center">
Line 6: Line 16:
 
   </video>
 
   </video>
 
</p>
 
</p>
 +
</pre>
  
 +
<pre>
 
<p class="text-center">
 
<p class="text-center">
 
   <video width="640" height="360" controls="">
 
   <video width="640" height="360" controls="">
Line 13: Line 25:
 
   </video>
 
   </video>
 
</p>
 
</p>
 +
</pre>
  
 +
<pre>
 
<p class="text-center">
 
<p class="text-center">
 
   <video width="300" height="225" controls="">
 
   <video width="300" height="225" controls="">
Line 20: Line 34:
 
   </video>
 
   </video>
 
</p>
 
</p>
 +
</pre>
  
 +
<pre>
 
<p class="text-center">
 
<p class="text-center">
 
   <video width="480" height="640" controls="">
 
   <video width="480" height="640" controls="">

Latest revision as of 14:34, 12 April 2026


certbot run -d $DOMAIN --nginx -n --expand

Color picker: https://www.w3schools.com/colors/colors_picker.asp

Unlimited music downloads: https://www.bensound.com/pricing

Google cloud billing (make sure it's at zero): https://console.cloud.google.com/billing/

<p class="text-center">
  <video width="640" height="480" controls="">
    <source src="">
    Your browser does not support the video tag.
  </video>
</p>
<p class="text-center">
  <video width="640" height="360" controls="">
    <source src="">
    Your browser does not support the video tag.
  </video>
</p>
<p class="text-center">
  <video width="300" height="225" controls="">
    <source src="">
    Your browser does not support the video tag.
  </video>
</p>
<p class="text-center">
  <video width="480" height="640" controls="">
    <source src="">
    Your browser does not support the video tag.
  </video>
</p>