summary refs log tree commit diff stats
path: root/vendor/SDL2_ttf/lib/x64/LICENSE.harfbuzz.txt
Commit message (Expand)AuthorAgeFilesLines
* we can build a window app!Star Rauchenberger2022-03-201-0/+38
8
!!! 5
%html
  %head
    %title Thoughts
    = csrf_meta_tags
    = stylesheet_link_tag    'userdata', media: 'all', 'data-turbolinks-track': 'reload'
    = javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
  %body
    #container
      - if flash[:alert]
        #flash.flash-alert
          %span.flash-tag ERROR:
          = flash.alert
      - if flash[:notice]
        #flash.flash-notice
          %span.flash-tag NOTICE:
          = flash.notice
      = yield