mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
6 lines
166 B
JavaScript
6 lines
166 B
JavaScript
import React from 'react'
|
|
|
|
export default function Resume(){
|
|
return(<meta http-equiv="refresh" content="0; URL=https://asimonson1125.github.io/resume.pdf" />);
|
|
}
|