Examples of code I've written in PHP, Javascript, SCSS, etc.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

13 行
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>