Examples of code I've written in PHP, Javascript, SCSS, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
279 B

  1. <main class="body" id="ticket-email">
  2. <h3>An email change has been requested from {{$current_email}}</h3>
  3. <div>
  4. <a href="{{$link}}"><h4>Confirm</h4></a>
  5. </div>
  6. <div>
  7. <small>If you do not recognize this activity, please disregard this
  8. message.</small>
  9. </div>
  10. </main>