- Timestamp:
- 11/21/2017 07:34:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/404.php
r6103 r6154 24 24 <div class="logo-swing"> 25 25 <img src="<?php echo get_theme_file_uri( '/images/wp-logo-blue-trans-blur.png' ); ?>" class="wp-logo" /> 26 <img src="<?php echo get_theme_file_uri( '/images/wp-logo-blue.png' ); ?>" class="wp-logo" />26 <img id="hinge" src="<?php echo get_theme_file_uri( '/images/wp-logo-blue.png' ); ?>" class="wp-logo hinge" /> 27 27 </div> 28 28 </div><!-- .page-content --> … … 31 31 </main><!-- #main --> 32 32 33 <script> 34 setTimeout( function() { 35 document.getElementById( 'hinge' ).hidden = true; 36 }, 1900 ); 37 </script> 38 33 39 <?php 40 34 41 get_footer();
Note: See TracChangeset
for help on using the changeset viewer.