Sign in

徐烜 / bsth-ebus-h5_editor · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-ebus-h5_editor
  • front-end
  • landing-page
  • src
  • Index
  • Header.jsx
  • add landing-page
    4723612f
    ly525 authored
    2019-10-13 18:55:24 +0800  
    Browse Code »
Header.jsx 308 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import React from 'react';

export default function Header(props) {
  return (
    <header {...props}>
      <div className="header-content">
        <h1>
          <a>
            <span>鲁班H5</span>
          </a>
          <span>移动建站平台</span>
        </h1>
      </div>
    </header>
  );
}